aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2014-02-09 22:42:14 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2014-02-09 22:42:14 +0000
commitcf042e43248d99b35a257b48ba1e4ad3d24cbba9 (patch)
treeb332964993cb4529584ab92c5a963c3163d08bbd /sys/conf/files
parent65f04a3da5af082446609ffe85e6e73f476d2939 (diff)
downloadsrc-cf042e43248d99b35a257b48ba1e4ad3d24cbba9.tar.gz
src-cf042e43248d99b35a257b48ba1e4ad3d24cbba9.zip
Allow iwn2000 and iwn2030 firmware to be linked into the kernel.
PR: 184631 Submitted by: Oliver Pinter MFC after: 1 week
Notes
Notes: svn path=/head/; revision=261701
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files28
1 files changed, 28 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 75e1fe615b21..c4ee54fc315d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1569,6 +1569,34 @@ iwn1000.fw optional iwn1000fw | iwnfw \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwn1000.fw"
+iwn2000fw.c optional iwn2000fw | iwnfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -miwn2000fw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwn2000fw.c"
+iwn2000fw.fwo optional iwn2000fw | iwnfw \
+ dependency "iwn2000.fw" \
+ compile-with "${NORMAL_FWO}" \
+ no-implicit-rule \
+ clean "iwn2000fw.fwo"
+iwn2000.fw optional iwn2000fw | iwnfw \
+ dependency "$S/contrib/dev/iwn/iwlwifi-2000-18.168.6.1.fw.uu" \
+ compile-with "${NORMAL_FW}" \
+ no-obj no-implicit-rule \
+ clean "iwn2000.fw"
+iwn2030fw.c optional iwn2030fw | iwnfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -miwn2030fw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwn2030fw.c"
+iwn2030fw.fwo optional iwn2030fw | iwnfw \
+ dependency "iwn2030.fw" \
+ compile-with "${NORMAL_FWO}" \
+ no-implicit-rule \
+ clean "iwn2030fw.fwo"
+iwn2030.fw optional iwn2030fw | iwnfw \
+ dependency "$S/contrib/dev/iwn/iwnwifi-2030-18.168.6.1.fw.uu" \
+ compile-with "${NORMAL_FW}" \
+ no-obj no-implicit-rule \
+ clean "iwn2030.fw"
iwn4965fw.c optional iwn4965fw | iwnfw \
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
no-implicit-rule before-depend local \