emx(4): this driver does not support 82543
[dragonfly.git] / sys / dev / netif / emx / Makefile
1 KMOD=   if_emx
2 SRCS=   if_emx.c
3 SRCS+=  device_if.h bus_if.h pci_if.h
4 SRCS+=  opt_polling.h opt_ktr.h opt_serializer.h
5
6 KMODDEPS = ig_hal
7
8 .ifndef BUILDING_WITH_KERNEL
9 opt_polling.h:
10         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
11
12 opt_serializer.h:
13         touch ${.OBJDIR}/${.TARGET}
14 .endif
15
16 .include <bsd.kmod.mk>