diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-17 01:40:24 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-17 01:40:24 +0000 |
| commit | 98af7850dd2149b2950f00cd5fa80078d6db4aba (patch) | |
| tree | f1c377d313601ede4f21e2dcd33d994d366ff10a /sys/modules/umass/Makefile | |
| parent | 0e6c8cb9daeeb16aeee33f2462f0db4110bc4ce4 (diff) | |
Notes
Diffstat (limited to 'sys/modules/umass/Makefile')
| -rw-r--r-- | sys/modules/umass/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile index 3d7a81f1adb7..1fb09e1671fa 100644 --- a/sys/modules/umass/Makefile +++ b/sys/modules/umass/Makefile @@ -9,13 +9,15 @@ SRCS = bus_if.h device_if.h vnode_if.h \ opt_usb.h opt_cam.h opt_scsi.h \ umass.c NOMAN = -CFLAGS += -g -O +#CFLAGS += -g +CFLAGS = -g CLEANFILES += bus_if.h device_if.h vnode_if.h \ opt_usb.h opt_cam.h opt_scsi.h \ vnode_if.c opt_usb.h: echo > opt_usb.h +# echo '#define UMASS_DEBUG 1' >> opt_usb.h opt_scsi.h: echo '#define SCSI_DELAY 15000' > opt_scsi.h opt_cam.h: |
