mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
Add a kld to correlate with my committ of the voodoo driver (tdfx).
This commit is contained in:
parent
10915f6e07
commit
365b4833a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/COKANE/; revision=61914
18
sys/modules/3dfx/Makefile
Normal file
18
sys/modules/3dfx/Makefile
Normal file
@ -0,0 +1,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>
|
18
sys/modules/tdfx/Makefile
Normal file
18
sys/modules/tdfx/Makefile
Normal file
@ -0,0 +1,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>
|
Loading…
Reference in New Issue
Block a user