summaryrefslogtreecommitdiffstats
path: root/sys/modules/wb/Makefile
blob: 5428835719c5d4ff06e0932d1e6dcb559e85366a (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH:	${.CURDIR}/../../pci
KMOD	= if_wb
SRCS	= if_wb.c opt_bdg.h device_if.h
SRCS	+= bus_if.h miibus_if.h pci_if.h
CFLAGS	+= ${DEBUG_FLAGS}
KMODDEPS = miibus

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud