igb: Change polling(4) support to ifpoll support
[dragonfly.git] / sys / dev / netif / igb / Makefile
... / ...
CommitLineData
1KMOD= if_igb
2SRCS= if_igb.c
3SRCS+= device_if.h bus_if.h pci_if.h
4SRCS+= opt_ifpoll.h opt_igb.h
5
6.ifndef BUILDING_WITH_KERNEL
7opt_ifpoll.h:
8 touch ${.OBJDIR}/${.TARGET}
9opt_igb.h:
10 touch ${.OBJDIR}/${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>