Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev/lib/libumass Support SCSIVERBOSE.



details:   https://anonhg.NetBSD.org/src/rev/12ac2ffd7ad7
branches:  trunk
changeset: 752170:12ac2ffd7ad7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Feb 17 20:44:34 2010 +0000

description:
Support SCSIVERBOSE.

diffstat:

 sys/rump/dev/lib/libumass/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f9ef50a9b465 -r 12ac2ffd7ad7 sys/rump/dev/lib/libumass/Makefile
--- a/sys/rump/dev/lib/libumass/Makefile        Wed Feb 17 20:43:35 2010 +0000
+++ b/sys/rump/dev/lib/libumass/Makefile        Wed Feb 17 20:44:34 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2010/02/16 20:42:45 pooka Exp $
+#      $NetBSD: Makefile,v 1.4 2010/02/17 20:44:34 pooka Exp $
 #
 #
 # umass.  includes scsibus+sd for simplicity due to the umass code
@@ -24,5 +24,10 @@
 
 CPPFLAGS+=     -I${.CURDIR}/opt -I${RUMPTOP}/librump/rumpvfs
 
+.if 1
+SRCS+=         scsipi_verbose.c
+CPPFLAGS+=     -DSCSIVERBOSE
+.endif
+
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index