diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2006-07-14 00:50:51 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2006-07-14 00:50:51 +0000 |
| commit | be050429a353b407b02c7f1d70c332615ef2d5ae (patch) | |
| tree | 1454e550b67e9d4074b1276912e5441175fda8e8 /sys/conf | |
| parent | e2dc286c1c5ae8ec8ef872d9a3c9e6f0d9cebe83 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files.arm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm index a5c4076bfd4e..082e0288fafe 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 |
