- Move DEVICE_POLLING from opt_global.h to opt_polling.h(newly added),
[dragonfly.git] / sys / dev / netif / re / Makefile
1 # $DragonFly: src/sys/dev/netif/re/Makefile,v 1.2 2005/10/24 08:06:15 sephe Exp $
2
3 KMOD    = if_re
4 SRCS    = if_re.c device_if.h bus_if.h pci_if.h opt_polling.h
5 SRCS    += miibus_if.h
6 KMODDEPS = miibus
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>