Fix LINT builds after r234233; not sure why modules need DEBUG by default.

This commit is contained in:
Bjoern A. Zeeb 2012-04-14 13:40:39 +00:00
parent 92083c91d2
commit c2d2534beb

View File

@ -10,7 +10,7 @@ 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
#CFLAGS+= -DNO_USE_MBUF
CFLAGS+= -DISCSI_INITIATOR_DEBUG=2
#CFLAGS+= -DISCSI_INITIATOR_DEBUG=2
CFLAGS+= -I$S
CFLAGS+= -DINVARIANTS
.include <bsd.kmod.mk>