kernel/Makefiles: Remove two empty lines I added by mistake.
[dragonfly.git] / sys / dev / netif / iwn / Makefile
blob080cb5aa86927b2529be1d6aa5abc0db50854dc3
1 # $FreeBSD: head/sys/modules/iwn/Makefile 253911 2013-08-03 08:21:35Z uqs $
3 KMOD = if_iwn
4 SRCS = if_iwn.c device_if.h bus_if.h pci_if.h opt_iwn.h opt_wlan.h
6 SUBDIR = fw
8 #KCFLAGS += -DIWN_DEBUG
10 .include <bsd.kmod.mk>