Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.evbarm add the missing backslash.



details:   https://anonhg.NetBSD.org/src/rev/8bf466e0c516
branches:  trunk
changeset: 773269:8bf466e0c516
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Mon Jan 30 09:48:11 2012 +0000

description:
add the missing backslash.

diffstat:

 etc/etc.evbarm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bc1a5a2a19d -r 8bf466e0c516 etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Mon Jan 30 06:39:26 2012 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Mon Jan 30 09:48:11 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index