Add ifpoll, which support hardware TX/RX queues based polling.
[dragonfly.git] / sys / dev / netif / wb / Makefile
1 # $FreeBSD: src/sys/modules/wb/Makefile,v 1.8 2000/01/28 11:26:43 bde Exp $
2 # $DragonFly: src/sys/dev/netif/wb/Makefile,v 1.4 2006/06/25 11:02:39 corecode Exp $
3
4 KMOD    = if_wb
5 SRCS    = if_wb.c device_if.h
6 SRCS    += bus_if.h miibus_if.h pci_if.h
7 KMODDEPS = miibus
8
9 .include <bsd.kmod.mk>