summaryrefslogtreecommitdiffstats
path: root/sys/modules/vx/Makefile
blob: 47f5c79c47e30f1b964269e5c66d4e0d1ed49eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

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

.PATH: ${SYSDIR}/dev/vx

KMOD=	if_vx
SRCS=	if_vx.c if_vx_pci.c
SRCS.DEV_EISA=	if_vx_eisa.c eisa_if.h
SRCS+=	device_if.h bus_if.h pci_if.h

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