From 5d10e1f7dfbe41e77a7bccca3740086b848df587 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Sun, 27 Oct 2002 12:09:51 +0000 Subject: [PATCH] - Comment a line which sets CISS_DEBUG by default. - Use -DCISS_DEBUG rather than -DCISS_DEBUG=0. --- sys/modules/ciss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ciss/Makefile b/sys/modules/ciss/Makefile index d82c59abec7..2ea619c5786 100644 --- a/sys/modules/ciss/Makefile +++ b/sys/modules/ciss/Makefile @@ -6,6 +6,6 @@ SRCS = ciss.c SRCS += opt_scsi.h opt_cam.h SRCS += device_if.h bus_if.h pci_if.h -CFLAGS +=-DCISS_DEBUG=0 +#CFLAGS +=-DCISS_DEBUG .include