mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
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
13 lines
163 B
Makefile
13 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= iwm3160fw \
|
|
iwm3168fw \
|
|
iwm7260fw \
|
|
iwm7265fw \
|
|
iwm7265Dfw \
|
|
iwm8000Cfw \
|
|
iwm8265fw \
|
|
iwm9000fw \
|
|
iwm9260fw
|
|
|
|
.include <bsd.subdir.mk>
|