Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / dev / netif / iwi / Makefile
1 KMOD    = if_iwi
2 SRCS    = if_iwi.c \
3           device_if.h \
4           bus_if.h \
5           pci_if.h \
6           opt_inet.h
7
8 SUBDIR  = fw
9
10 .if !defined(BUILDING_WITH_KERNEL)
11 opt_inet.h:
12         echo "#define INET 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>