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
14 lines
201 B
Makefile
14 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/mly
|
|
|
|
KMOD= mly
|
|
SRCS= mly.c
|
|
SRCS+= opt_scsi.h opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
#CFLAGS+= -DMLY_DEBUG=1
|
|
CFLAGS+= -DMLY_MODULE
|
|
|
|
.include <bsd.kmod.mk>
|