kernel/iwn: Put some finishing touches to the recent upgrade.
[dragonfly.git] / sys / dev / netif / iwn / Makefile
1 # $FreeBSD: head/sys/modules/iwn/Makefile 253911 2013-08-03 08:21:35Z uqs $
2
3 KMOD    = if_iwn
4 SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h opt_iwn.h opt_wlan.h
5
6 SUBDIR  = fw
7
8 .include <bsd.kmod.mk>