summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.powerpc
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-06-08 23:38:01 +0000
committersam <sam@FreeBSD.org>2006-06-08 23:38:01 +0000
commit1b190106336017a3e2be9573027196fe734e1c36 (patch)
tree22f15e0b1429fb61f0e065328613734c85f5760b /sys/conf/files.powerpc
parent12b9ae510dd8b140067eebc66bf7973c245b58e9 (diff)
downloadFreeBSD-src-1b190106336017a3e2be9573027196fe734e1c36.zip
FreeBSD-src-1b190106336017a3e2be9573027196fe734e1c36.tar.gz
add glue for ath_hal
MFC after: 1 month
Diffstat (limited to 'sys/conf/files.powerpc')
-rw-r--r--sys/conf/files.powerpc11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index ee0e0bb..5fd2360 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -13,6 +13,17 @@ font.h optional sc \
compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
no-obj no-implicit-rule before-depend \
clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
+#
+hal.o optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/ath/public/powerpc-be-elf.hal.o.uu" \
+ no-implicit-rule
+opt_ah.h optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h" \
+ compile-with "cp $S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h opt_ah.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "opt_ah.h"
+#
dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
OpenPOWER on IntegriCloud