diff options
author | Scott Long <scottl@FreeBSD.org> | 2006-05-29 18:05:26 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2006-05-29 18:05:26 +0000 |
commit | 4251ecea13cba740c282301ca2059d3f7fc70051 (patch) | |
tree | 3dee8508f12f94c6e0ed12a9fdf720f1fefe25c1 /sys | |
parent | 2916c293b683b44e467e092a3f9b26b5f150a50b (diff) | |
download | src-4251ecea13cba740c282301ca2059d3f7fc70051.tar.gz src-4251ecea13cba740c282301ca2059d3f7fc70051.zip |
Remove cruft.
Notes
Notes:
svn path=/head/; revision=159044
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/mfi/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/mfi/Makefile b/sys/modules/mfi/Makefile index 88360f7f638f..733d6fcc2b55 100644 --- a/sys/modules/mfi/Makefile +++ b/sys/modules/mfi/Makefile @@ -10,10 +10,5 @@ KMOD= mfi SRCS= mfi.c mfi_pci.c mfi_disk.c SRCS+= opt_mfi.h SRCS+= device_if.h bus_if.h pci_if.h -CFLAGS+= -Wall -Werror - -# To enable debug output from the driver, uncomment these two lines. -#CFLAGS+= -DMFI_DEBUG=2 -#SRCS+= mfi_debug.c .include <bsd.kmod.mk> |