summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2006-05-08 11:55:57 +0000
committernyan <nyan@FreeBSD.org>2006-05-08 11:55:57 +0000
commit67d1f3b8dccf3b0fea1a67148a590e43467ffcc2 (patch)
tree4b58c4e9bea0ce74989fbc851ed25f98d851b2ee /sys/conf/files.pc98
parentf6945cb6b601b8ec5a9703f11f3f49611f18804a (diff)
downloadFreeBSD-src-67d1f3b8dccf3b0fea1a67148a590e43467ffcc2.zip
FreeBSD-src-67d1f3b8dccf3b0fea1a67148a590e43467ffcc2.tar.gz
Add the ath and the wlan crypto support.
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc9810
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index bccf942..5dcb531 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -43,6 +43,16 @@ trlld.o optional oltr \
compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \
no-implicit-rule
#
+hal.o optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/i386-elf.hal.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/ath/public/i386-elf.hal.o.uu" \
+ no-implicit-rule
+opt_ah.h optional ath_hal \
+ dependency "$S/contrib/dev/ath/public/i386-elf.opt_ah.h" \
+ compile-with "cp $S/contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "opt_ah.h"
+#
compat/linprocfs/linprocfs.c optional linprocfs
compat/linux/linux_file.c optional compat_linux
compat/linux/linux_getcwd.c optional compat_linux
OpenPOWER on IntegriCloud