Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / iwn / Makefile
1 KMOD    = if_iwn
2 SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h
3 SRCS    += opt_polling.h
4 SRCS    += miibus_if.h
5
6 SUBDIR  = fw
7
8 .ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>