freebsd-dev/sys/modules/iwmfw/Makefile
Mark Johnston 988a7cd1a6 Add firmware images for Intel 9000-series wifi chips.
This is in preparation for adding the corresponding support to iwm(4).

Version 46 is the latest but contains unrecognized TLVs, so use version
43 for now.

Obtained from:	linux-firmware
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2019-10-30 19:36:50 +00:00

14 lines
163 B
Makefile

# $FreeBSD$
SUBDIR= iwm3160fw \
iwm3168fw \
iwm7260fw \
iwm7265fw \
iwm7265Dfw \
iwm8000Cfw \
iwm8265fw \
iwm9000fw \
iwm9260fw
.include <bsd.subdir.mk>