Add ifpoll, which support hardware TX/RX queues based polling.
[dragonfly.git] / sys / dev / netif / vx / Makefile
1 # $DragonFly: src/sys/dev/netif/vx/Makefile,v 1.2 2005/07/01 20:14:13 joerg Exp $
2  
3 KMOD    = if_vx
4 SRCS    = if_vx.c if_vx_eisa.c if_vx_pci.c
5 SRCS    += device_if.h bus_if.h pci_if.h isa_if.h
6   
7 .include <bsd.kmod.mk>