2000-06-22 05:47:16 +00:00
|
|
|
# $FreeBSD$
|
2001-01-06 14:00:42 +00:00
|
|
|
|
2000-06-21 20:32:24 +00:00
|
|
|
.PATH: $(.CURDIR)/../../dev/tdfx
|
2000-08-06 18:56:46 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
KMOD= 3dfx
|
2006-03-03 21:37:38 +00:00
|
|
|
SRCS= bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
|
2001-01-06 14:00:42 +00:00
|
|
|
tdfx_vars.h tdfx_pci.c
|
|
|
|
INCSRC= ../../sys
|
|
|
|
|
2000-06-21 20:32:24 +00:00
|
|
|
# Uncomment this for debugging messages
|
2001-01-06 14:00:42 +00:00
|
|
|
#CFLAGS+= -DDEBUG
|
2000-06-21 20:32:24 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|