2000-06-22 05:47:16 +00:00
|
|
|
# $FreeBSD$
|
2000-06-21 20:32:24 +00:00
|
|
|
.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
|
2000-06-22 05:47:16 +00:00
|
|
|
#CFLAGS += -DDEBUG
|
2000-06-21 20:32:24 +00:00
|
|
|
|
2000-06-22 05:47:16 +00:00
|
|
|
pci.h:
|
2000-06-21 20:32:24 +00:00
|
|
|
echo "#define NPCI 1" > pci.h
|
|
|
|
|
|
|
|
opt_tdfx.h:
|
2000-06-22 05:47:16 +00:00
|
|
|
touch opt_tdfx.h
|
2000-06-21 20:32:24 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|