summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-07-14 00:50:51 +0000
committercognet <cognet@FreeBSD.org>2006-07-14 00:50:51 +0000
commit15c9b6e9df07594692a4a6730ded6d2195853d4e (patch)
tree1454e550b67e9d4074b1276912e5441175fda8e8 /sys/conf
parent2b1dbc0acb716180145708fa4f5787322ac795e2 (diff)
downloadFreeBSD-src-15c9b6e9df07594692a4a6730ded6d2195853d4e.zip
FreeBSD-src-15c9b6e9df07594692a4a6730ded6d2195853d4e.tar.gz
Add remote GDB bits for arm.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index a5c4076..082e028 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -22,6 +22,7 @@ arm/arm/exception.S standard
arm/arm/fiq.c standard
arm/arm/fiq_subr.S standard
arm/arm/fusu.S standard
+arm/arm/gdb_machdep.c optional gdb
arm/arm/identcpu.c standard
arm/arm/in_cksum.c optional inet
arm/arm/in_cksum_arm.S optional inet
@@ -50,6 +51,13 @@ geom/geom_bsd.c standard
geom/geom_bsd_enc.c standard
geom/geom_mbr.c standard
geom/geom_mbr_enc.c standard
+hal.o optional ath_hal \
+ compile-with "ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \
+ no-implicit-rule
+opt_ah.h optional ath_hal \
+ compile-with "ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; cp $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.opt_ah.h opt_ah.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "opt_ah.h"
libkern/arm/divsi3.S standard
libkern/arm/ffs.S standard
libkern/arm/muldi3.c standard
OpenPOWER on IntegriCloud