9900a2bb5e
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
311 B
Makefile
15 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iscsi_initiator
|
|
KMOD=iscsi_initiator
|
|
|
|
SRCS= iscsi.h iscsivar.h
|
|
SRCS+= iscsi.c isc_cam.c isc_soc.c isc_sm.c isc_subr.c iscsi_subr.c
|
|
SRCS+= opt_cam.h opt_iscsi_initiator.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
# Debugging
|
|
# CFLAGS+= -DISCSI_INITIATOR_DEBUG=9
|
|
|
|
.include <bsd.kmod.mk>
|