summaryrefslogtreecommitdiffstats
path: root/sys/modules/3dfx/Makefile
blob: cdb773e7bb8564b105ed723014936d7bc05f5b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $FreeBSD$
.PATH: $(.CURDIR)/../../dev/tdfx
MAINTAINER=    cokane@FreeBSD.org
KMOD=  3dfx
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

CLEANFILES=    pci.h

.if ${MACHINE_ARCH} == "i386"
# This line enables linux ioctl handling by default
# comment out if you don't want it
TDFX_OPTS=     "\#define TDFX_LINUX"
.endif

# Uncomment this for debugging messages
#CFLAGS+=      -DDEBUG

pci.h:
	echo "#define NPCI 1" > pci.h

opt_tdfx.h:
	touch opt_tdfx.h
	echo $(TDFX_OPTS) >> opt_tdfx.h

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