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

.PATH: ${.CURDIR}/../../dev/fxp

KMOD=	if_fxp
SRCS=	if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
KMODDEPS = miibus

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