projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
igb: Change polling(4) support to ifpoll support
[dragonfly.git]
/
sys
/
dev
/
netif
/
igb
/
Makefile
1
KMOD= if_igb
2
SRCS= if_igb.c
3
SRCS+= device_if.h bus_if.h pci_if.h
4
SRCS+= opt_ifpoll.h opt_igb.h
5
6
.ifndef BUILDING_WITH_KERNEL
7
opt_ifpoll.h:
8
touch ${.OBJDIR}/${.TARGET}
9
opt_igb.h:
10
touch ${.OBJDIR}/${.TARGET}
11
.endif
12
13
.include <bsd.kmod.mk>