xref: /dragonfly/sys/dev/netif/iwi/Makefile (revision ac8179b5)
1b50e4759SMatthew DillonKMOD    = if_iwi
2b50e4759SMatthew DillonSRCS    = if_iwi.c \
3b50e4759SMatthew Dillon          device_if.h \
4b50e4759SMatthew Dillon          bus_if.h \
50ffa96a2SSascha Wildner          pci_if.h
6b50e4759SMatthew Dillon
71d97534aSSascha WildnerSUBDIR	= fw
8b50e4759SMatthew Dillon
9*ac8179b5SSascha Wildner.if !defined(KERNBUILDDIR)
10b50e4759SMatthew Dillonopt_inet.h:
11b50e4759SMatthew Dillon	echo "#define INET 1" > ${.TARGET}
120b549a09SSimon Schubert.endif
13b50e4759SMatthew Dillon
14b50e4759SMatthew Dillon.include <bsd.kmod.mk>
15