summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2018-03-01 07:42:20 +0000
committereadler <eadler@FreeBSD.org>2018-03-01 07:42:20 +0000
commit48b8d2aed79f27e2b539f64c53355d715f86adab (patch)
tree6b6089d5dff7e46369ac7705845b4bc519627d19 /sys/conf/files
parentcd993bf03947d230e889a5b398236d61c6abb653 (diff)
downloadFreeBSD-src-48b8d2aed79f27e2b539f64c53355d715f86adab.zip
FreeBSD-src-48b8d2aed79f27e2b539f64c53355d715f86adab.tar.gz
MFC r313419,r313420,r313421,r313423,r313426,r313428,r314078,r314079,r319584,r319586,r319588,r324469,r324470,r324435,r325122:
[iwmfw] add version 17 firmware. [iwmfw] add version 17 firmware. [iwmfw] add version 17 firmware. [iwmfw] add this 3 megabyte firmware image. [iwmfw] bump firmware to version 17. [iwmfw] back this out to version 16 for now. [iwmfw] add 7265D firmware. [iwmfw] add 7265D firmware. [iwmfw] add 7265D-22 firmware [iwmfw] 8000C ver 22 firmware. [iwmfw] bump built firmware now to version 22 for 7265D and 8000C. [iwmfw] Add missing SUBDIR needed for iwmfw to load after ^/head@r324434 [iwmfw] Add the firmware for the Intel 8265 WiFi device.
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 acdd7f6..4ae745a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1926,6 +1926,20 @@ iwm7265.fw optional iwm7265fw | iwmfw \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm7265.fw"
+iwm7265Dfw.c optional iwm7265Dfw | iwmfw \
+ compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -miwm7265Dfw -c${.TARGET}" \
+ no-implicit-rule before-depend local \
+ clean "iwm7265Dfw.c"
+iwm7265Dfw.fwo optional iwm7265Dfw | iwmfw \
+ dependency "iwm7265D.fw" \
+ compile-with "${NORMAL_FWO}" \
+ no-implicit-rule \
+ clean "iwm7265Dfw.fwo"
+iwm7265D.fw optional iwm7265Dfw | iwmfw \
+ dependency "$S/contrib/dev/iwm/iwm-7265D-17.fw.uu" \
+ compile-with "${NORMAL_FW}" \
+ no-obj no-implicit-rule \
+ clean "iwm7265D.fw"
iwm8000Cfw.c optional iwm8000Cfw | iwmfw \
compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -miwm8000Cfw -c${.TARGET}" \
no-implicit-rule before-depend local \
OpenPOWER on IntegriCloud