freebsd-dev/sys/powerpc/conf/Makefile
Nathan Whitehorn 509a0eba89 Unbreak the LINT kernel on powerpc64. Note that the LINT kernel
configuration is TARGET_ARCH specific and must be generated with
TARGET_ARCH set.

Reviewed by:	imp
2010-08-19 03:19:26 +00:00

9 lines
173 B
Makefile

# $FreeBSD$
TARGET=powerpc
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
TARGET_ARCH?=${MACHINE_ARCH}
.endif
.include "${.CURDIR}/../../conf/makeLINT.mk"