Bring in Damien's IPW driver.
[dragonfly.git] / sys / dev / netif / ipw / Makefile
1 # $DragonFly: src/sys/dev/netif/ipw/Attic/Makefile,v 1.1 2005/03/06 18:25:12 dillon Exp $
2 #
3 KMOD    = if_ipw
4 SRCS    = if_ipw.c \
5           device_if.h \
6           bus_if.h \
7           pci_if.h \
8           opt_inet.h
9
10 CFLAGS  +=  -DNBPFILTER=1 -DALTQ
11
12 #WARNS?=6
13
14 opt_inet.h:
15         echo "#define INET 1" > ${.TARGET}
16
17 .include <bsd.kmod.mk>