bnx: Add BCM5718 and BCM57785 chip families support
[dragonfly.git] / sys / dev / netif / bnx / Makefile
1 KMOD=   if_bnx
2 SRCS=   if_bnx.c
3 SRCS+=  miibus_if.h device_if.h bus_if.h pci_if.h
4 SRCS+=  opt_polling.h
5
6 .ifndef BUILDING_WITH_KERNEL
7 opt_polling.h:
8         echo '#define DEVICE_POLLING 1' > ${.OBJDIR}/${.TARGET}
9 .endif
10
11 .include <bsd.kmod.mk>