summaryrefslogtreecommitdiffstats
path: root/sys/modules/vnic/mrmlbus/Makefile
blob: e3d3b28068238653d35fa4ef0596f0e6abd27271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"

S=	${SRCTOP}/sys

.PATH: $S/dev/vnic

KMOD=	mrmlbus
SRCS=	device_if.h bus_if.h opt_platform.h pci_if.h ofw_bus_if.h miibus_if.h lmac_if.h
SRCS+=	mrml_bridge.c

CFLAGS+=	-DFDT

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