summaryrefslogtreecommitdiffstats
path: root/sys/modules/tdfx/Makefile
blob: 6f97d3ea006ddbddd448a42c24091ea86f5fe5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD		= tdfx
NOMAN		= YES
SRCS		= opt_tdfx.h  pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
		  tdfx_vars.h tdfx_pci.c
INCSRC		= ../../sys

# Uncomment this for debugging messages
TDFX_VERBOSE = "\#define TDFX_VERBOSE"

# kludge to allow opt_tdfx.h to exist
pci.h: opt_tdfx.h
	echo "#define NPCI 1" > pci.h

opt_tdfx.h:
	echo $(TDFX_VERBOSE) > opt_tdfx.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud