Module Name: src
Committed By: nisimura
Date: Mon Jan 30 09:48:12 UTC 2012
Modified Files:
src/etc/etc.evbarm: Makefile.inc
Log Message:
add the missing backslash.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/etc/etc.evbarm/Makefile.inc:1.26
--- src/etc/etc.evbarm/Makefile.inc:1.25 Mon Jan 30 03:28:34 2012
+++ src/etc/etc.evbarm/Makefile.inc Mon Jan 30 09:48:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.25 2012/01/30 03:28:34 nisimura Exp $
+# $NetBSD: Makefile.inc,v 1.26 2012/01/30 09:48:11 nisimura Exp $
#
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
#
@@ -9,7 +9,7 @@
.if ${MACHINE_ARCH} == "arm"
# Little endian platforms
EVBARM_BOARDS= ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
- IQ80310 IQ80321 SHEEVAPLUG MINI2440 SMDK2410
+ IQ80310 IQ80321 SHEEVAPLUG MINI2440 SMDK2410 \
SMDK2800 TEAMASA_NPWR TISDP2420 TS7200 TWINTAIL
.else
# Big endian platforms