modules: remove KMODDEPS, it is not used anymore
[dragonfly.git] / sys / dev / netif / bce / Makefile
1 # $DragonFly: src/sys/dev/netif/bce/Makefile,v 1.3 2008/09/17 08:51:29 sephe Exp $
2
3 KMOD=   if_bce
4 SRCS=   if_bce.c
5 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
6 SRCS+=  opt_bce.h opt_polling.h
7
8 #ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11
12 opt_bce.h:
13         touch ${.OBJDIR}/${.TARGET}
14 #endif
15
16 .include <bsd.kmod.mk>