193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
15 lines
240 B
Makefile
15 lines
240 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.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_cam.h opt_scsi.h \
|
|
device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|