summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-19 19:46:11 +0000
committerimp <imp@FreeBSD.org>2008-09-19 19:46:11 +0000
commit909d5d083f4f775e870dfce1661a4dcd84855ffb (patch)
tree381bc51442d06f3b24507e64e848207ac636e29b /sys
parentc78bc939bb8861e58fe9e8f9871cd1a44e7c0195 (diff)
downloadFreeBSD-src-909d5d083f4f775e870dfce1661a4dcd84855ffb.zip
FreeBSD-src-909d5d083f4f775e870dfce1661a4dcd84855ffb.tar.gz
Add atheros HAL building so the IDT kernel can build.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.mips7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 45a13e1..c918233 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -75,6 +75,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=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; 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=mips; ATH_ENDIAN=`if ([ x${TARGET_BIG_ENDIAN} = x ]); then echo le; else echo be; fi;`; rm -f opt_ah.h; 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/ashldi3.c standard
libkern/ashrdi3.c standard
libkern/divdi3.c standard
OpenPOWER on IntegriCloud