summaryrefslogtreecommitdiffstats
path: root/sys/modules/fxp/Makefile
blob: 9285bb2d4131bb1d421cc36c7d0e807e81b6a63d (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

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

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