xref: /dragonfly/sys/dev/netif/iwi/Makefile (revision ac8179b5)
1KMOD    = if_iwi
2SRCS    = if_iwi.c \
3          device_if.h \
4          bus_if.h \
5          pci_if.h
6
7SUBDIR	= fw
8
9.if !defined(KERNBUILDDIR)
10opt_inet.h:
11	echo "#define INET 1" > ${.TARGET}
12.endif
13
14.include <bsd.kmod.mk>
15