mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Finish up the fixing of the linux ioctl stuff. Add line to remove the dev
entry upon unload. Fix the module makefile.
This commit is contained in:
parent
9d2a5442fc
commit
0debd63a71
2 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ INCSRC = ../../sys
|
|||
|
||||
# This line enables linux ioctl handling by default
|
||||
# comment out if you don't want it
|
||||
CFLAGS += -DTDFX_LINUX
|
||||
TDFX_OPTS = "\#define TDFX_LINUX"
|
||||
# Uncomment this for debugging messages
|
||||
#CFLAGS += -DDEBUG
|
||||
|
||||
|
|
@ -17,5 +17,6 @@ pci.h:
|
|||
|
||||
opt_tdfx.h:
|
||||
touch opt_tdfx.h
|
||||
echo $(TDFX_OPTS) >> opt_tdfx.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ INCSRC = ../../sys
|
|||
|
||||
# This line enables linux ioctl handling by default
|
||||
# comment out if you don't want it
|
||||
CFLAGS += -DTDFX_LINUX
|
||||
TDFX_OPTS = "\#define TDFX_LINUX"
|
||||
# Uncomment this for debugging messages
|
||||
#CFLAGS += -DDEBUG
|
||||
|
||||
|
|
@ -17,5 +17,6 @@ pci.h:
|
|||
|
||||
opt_tdfx.h:
|
||||
touch opt_tdfx.h
|
||||
echo $(TDFX_OPTS) >> opt_tdfx.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue