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 earmhf support



details:   https://anonhg.NetBSD.org/src/rev/018df22c41fb
branches:  trunk
changeset: 784665:018df22c41fb
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Feb 05 07:34:07 2013 +0000

description:
Add earmhf support

diffstat:

 etc/etc.evbarm/Makefile.inc |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 79daf27c0ea0 -r 018df22c41fb etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Tue Feb 05 07:32:44 2013 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Tue Feb 05 07:34:07 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.32 2012/09/17 15:37:33 msaitoh Exp $
+#      $NetBSD: Makefile.inc,v 1.33 2013/02/05 07:34:07 matt Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -14,7 +14,8 @@
                        SMDK2800 TEAMASA_NPWR TS7200 TWINTAIL
 .endif
 
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
+    || ${MACHINE_ARCH} == "earmhf"
 # Little endian platforms (armv5t+)
 EVBARM_BOARDS+=                BEAGLEBOARD OPENRD SHEEVAPLUG TISDP2420
 .endif
@@ -34,7 +35,8 @@
 KERNEL_SETS+=          IXM1200 HDL_G
 .endif
 
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
+.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm" \
+    || ${MACHINE_ARCH} == "earmhf"
 KERNEL_SETS+=          RPI
 .endif
 



Home | Main Index | Thread Index | Old Index