summaryrefslogtreecommitdiffstats
path: root/sys/modules/3dfx/Makefile
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2000-06-22 05:47:16 +0000
committercokane <cokane@FreeBSD.org>2000-06-22 05:47:16 +0000
commit4246adc8fdd270bda71b535eaf3f3f360f898c9e (patch)
tree8455b1d9b1f5959062f0530fd354fc03a4162b12 /sys/modules/3dfx/Makefile
parent4b0a500c6d67855ceee5e01213ed2e8f978d8899 (diff)
downloadFreeBSD-src-4246adc8fdd270bda71b535eaf3f3f360f898c9e.zip
FreeBSD-src-4246adc8fdd270bda71b535eaf3f3f360f898c9e.tar.gz
Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.
Added a notice for linux users that the kld isn't working for them yet, so no linux emu from the kld. It compiles statically alright though.
Diffstat (limited to 'sys/modules/3dfx/Makefile')
-rw-r--r--sys/modules/3dfx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile
index 6f97d3e..d5cfd09 100644
--- a/sys/modules/3dfx/Makefile
+++ b/sys/modules/3dfx/Makefile
@@ -1,3 +1,4 @@
+# $FreeBSD$
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD = tdfx
NOMAN = YES
@@ -6,13 +7,12 @@ SRCS = opt_tdfx.h pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
INCSRC = ../../sys
# Uncomment this for debugging messages
-TDFX_VERBOSE = "\#define TDFX_VERBOSE"
+#CFLAGS += -DDEBUG
-# kludge to allow opt_tdfx.h to exist
-pci.h: opt_tdfx.h
+pci.h:
echo "#define NPCI 1" > pci.h
opt_tdfx.h:
- echo $(TDFX_VERBOSE) > opt_tdfx.h
+ touch opt_tdfx.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud