freebsd-dev/sys/modules/iwnfw/Makefile
Adrian Chadd 720e6a9c6f Add iwn-100 firmware.
The firmware is from the Linux firmware git repository; the intel
licence is the same as other firmware blobs.

Tested: iwn1: <Intel Centrino Wireless-N 100> mem 0xf4800000-0xf4801fff irq 19 at device 0.0 on pci5
2014-08-28 00:05:02 +00:00

18 lines
200 B
Makefile

# $FreeBSD$
SUBDIR= iwn100 \
iwn105 \
iwn135 \
iwn1000 \
iwn2000 \
iwn2030 \
iwn4965 \
iwn5000 \
iwn5150 \
iwn6000 \
iwn6000g2a \
iwn6000g2b \
iwn6050
.include <bsd.subdir.mk>