Module Name:    src
Committed By:   skrll
Date:           Wed Feb 20 09:03:41 UTC 2013

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Move INTEGRATOR_CP from EVBARM_BOARDS to KERNEL_SETS so an
INTEGRATOR_CP_INSTALL kernel isn't required.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.45 src/etc/etc.evbarm/Makefile.inc:1.46
--- src/etc/etc.evbarm/Makefile.inc:1.45	Tue Feb 19 10:57:11 2013
+++ src/etc/etc.evbarm/Makefile.inc	Wed Feb 20 09:03:41 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.45 2013/02/19 10:57:11 skrll Exp $
+#	$NetBSD: Makefile.inc,v 1.46 2013/02/20 09:03:41 skrll Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -12,8 +12,8 @@ EVBARM_BOARDS=
 .if ${MACHINE_ARCH} == "arm"
 # Little endian platforms (armv4 or pre-armv5t)
 EVBARM_BOARDS+=		ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
-			INTEGRATOR_CP IQ80310 IQ80321 MINI2440 MV2120 \
-			SMDK2410 SMDK2800 TEAMASA_NPWR TS7200 TWINTAIL
+			IQ80310 IQ80321 MINI2440 MV2120 SMDK2410 \
+			SMDK2800 TEAMASA_NPWR TS7200 TWINTAIL
 .endif
 
 
@@ -56,7 +56,7 @@ BUILD_KERNELS+=		${board}_INSTALL
 
 .if ${MACHINE_ARCH} == "arm"
 # Little endian platforms.
-KERNEL_SETS+=		IXM1200 HDL_G
+KERNEL_SETS+=		HDL_G INTEGRATOR_CP IXM1200
 .endif
 
 .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \

Reply via email to