freebsd-dev/sys/modules/vx/Makefile
Warner Losh 88030a5eb0 Cleanup the way we include some files (in this case EISA) based on
kernel config. Also tidy up the ed options.
2015-02-18 15:25:22 +00:00

14 lines
240 B
Makefile

# $FreeBSD$
SYSDIR?=${.CURDIR}/../..
.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>