freebsd-dev/sys/modules/dpt/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

17 lines
291 B
Makefile

# $FreeBSD$
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
.PATH: ${SYSDIR}/dev/dpt
KMOD= dpt
SRCS= dpt_scsi.c dpt.h \
dpt_pci.c pci_if.h \
opt_dpt.h opt_eisa.h \
opt_cam.h opt_scsi.h \
device_if.h bus_if.h
SRCS.DEV_EISA= dpt_eisa.c eisa_if.h
.include <bsd.kmod.mk>