Module Name: src
Committed By: msaitoh
Date: Mon Sep 17 15:37:33 UTC 2012
Modified Files:
src/etc/etc.evbarm: Makefile.inc
Log Message:
- Add OPENRD.
- Compile BEAGLEBOARD_INSTALL.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/etc/etc.evbarm/Makefile.inc:1.32
--- src/etc/etc.evbarm/Makefile.inc:1.31 Sat Sep 1 02:03:35 2012
+++ src/etc/etc.evbarm/Makefile.inc Mon Sep 17 15:37:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.31 2012/09/01 02:03:35 matt Exp $
+# $NetBSD: Makefile.inc,v 1.32 2012/09/17 15:37:33 msaitoh Exp $
#
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
#
@@ -16,7 +16,7 @@ EVBARM_BOARDS+= ADI_BRH BCM5301X CP3100
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
# Little endian platforms (armv5t+)
-EVBARM_BOARDS+= SHEEVAPLUG TISDP2420
+EVBARM_BOARDS+= BEAGLEBOARD OPENRD SHEEVAPLUG TISDP2420
.endif
.if ${MACHINE_ARCH} == "armeb"
@@ -35,7 +35,7 @@ KERNEL_SETS+= IXM1200 HDL_G
.endif
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
-KERNEL_SETS+= BEAGLEBOARD RPI
+KERNEL_SETS+= RPI
.endif
.if ${MACHINE_ARCH} == "armeb"