summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-01 07:22:53 +0000
committereadler <eadler@FreeBSD.org>2018-03-01 07:22:53 +0000
commitcd993bf03947d230e889a5b398236d61c6abb653 (patch)
treea124bc586a0cf305f7ec1f7f56d4e6881d506b10 /sys/conf/files
parentadbf0bfabf371734525feea8e7761f5f6aaa1274 (diff)
downloadFreeBSD-src-cd993bf03947d230e889a5b398236d61c6abb653.zip
FreeBSD-src-cd993bf03947d230e889a5b398236d61c6abb653.tar.gz
MFC r325122,r325124,r325125:
Fill in the blanks for iwm8265fw(4) rules, missed in r324434 Now using "device iwmfw" or "device iwm8265fw" in one's kernel configuration will potentially result in a working IWM8265 series wireless SoC. This is an alternative to the fix that was made in r324470 for `sys/modules/iwmfw`.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 78ac426..acdd7f6 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1940,6 +1940,20 @@ iwm8000C.fw optional iwm8000Cfw | iwmfw \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm8000C.fw"
+iwm8265.fw optional iwm8265fw | iwmfw \
+ dependency "$S/contrib/dev/iwm/iwm-8265-22.fw.uu" \
+ compile-with "${NORMAL_FW}" \
+ no-obj no-implicit-rule \
+ clean "iwm8265.fw"
+iwm8265fw.c optional iwm8265fw | iwmfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwm8265fw.c"
+iwm8265fw.fwo optional iwm8265fw | iwmfw \
+ dependency "iwm8265.fw" \
+ compile-with "${NORMAL_FWO}" \
+ no-implicit-rule \
+ clean "iwm8265fw.fwo"
dev/iwn/if_iwn.c optional iwn
iwn1000fw.c optional iwn1000fw | iwnfw \
compile-with "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
OpenPOWER on IntegriCloud