modules: remove KMODDEPS, it is not used anymore
[dragonfly.git] / sys / dev / netif / stge / Makefile
1 # $DragonFly: src/sys/dev/netif/stge/Makefile,v 1.1 2006/11/16 13:43:55 sephe Exp $
2
3 KMOD=   if_stge
4 SRCS=   if_stge.c
5 SRCS+=  opt_polling.h
6 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
7
8 .ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>