From 1b190106336017a3e2be9573027196fe734e1c36 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 8 Jun 2006 23:38:01 +0000 Subject: add glue for ath_hal MFC after: 1 month --- sys/conf/files.powerpc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys/conf/files.powerpc') 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 -- cgit v1.1