73460db477378e01f8f75f3d0a2d490d2b93aae4
[dragonfly.git] / sys / dev / netif / nfe / Makefile
1 # $DragonFly: src/sys/dev/netif/nfe/Makefile,v 1.2 2008/06/24 13:55:17 sephe Exp $
2
3 KMOD=   if_nfe
4 SRCS=   if_nfe.c
5 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
6 SRCS+=  opt_polling.h opt_ethernet.h
7 KMODDEPS = miibus
8
9 .ifndef BUILDING_WITH_KERNEL
10 opt_polling.h:
11         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
12
13 opt_ethernet.h:
14         touch ${.OBJDIR}/${.TARGET}
15 .endif
16
17 .include <bsd.kmod.mk>