modules: remove KMODDEPS, it is not used anymore
[dragonfly.git] / sys / dev / netif / wi / Makefile
1 # $FreeBSD: src/sys/modules/wi/Makefile,v 1.3.2.3 2002/04/28 20:20:31 imp Exp $
2 # $DragonFly: src/sys/dev/netif/wi/Makefile,v 1.5 2008/04/26 14:11:06 sephe Exp $
3
4 KMOD=   if_wi
5 SRCS=   if_wi.c if_wi_pccard.c if_wi_pci.c \
6         opt_wi.h opt_polling.h \
7         card_if.h device_if.h bus_if.h pci_if.h
8
9 .ifndef BUILDING_WITH_KERNEL
10 opt_polling.h:
11         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
12 .endif
13
14 opt_wi.h:
15         echo '#define WI_SYMBOL_FIRMWARE 1' > ${.OBJDIR}/opt_wi.h
16
17 .include <bsd.kmod.mk>