xref: /freebsd/sys/modules/3dfx/Makefile (revision a7769538cce4bfd9bc227d571cdb573581907ed0)
1# $FreeBSD$
2.PATH: $(.CURDIR)/../../dev/tdfx
3KMOD		= tdfx
4NOMAN		= YES
5SRCS		= opt_tdfx.h  pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
6		  tdfx_vars.h tdfx_pci.c
7INCSRC		= ../../sys
8
9# Uncomment this for debugging messages
10#CFLAGS += -DDEBUG
11
12pci.h:
13	echo "#define NPCI 1" > pci.h
14
15opt_tdfx.h:
16	touch opt_tdfx.h
17
18.include <bsd.kmod.mk>
19