mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't enable Linuxulator support if not on an i386.
PR: 20873 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
84267b9edd
commit
05c313d4ec
1 changed files with 2 additions and 0 deletions
|
|
@ -9,9 +9,11 @@ INCSRC= ../../sys
|
|||
|
||||
CLEANFILES= pci.h
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
# This line enables linux ioctl handling by default
|
||||
# comment out if you don't want it
|
||||
TDFX_OPTS= "\#define TDFX_LINUX"
|
||||
.endif
|
||||
|
||||
# Uncomment this for debugging messages
|
||||
#CFLAGS+= -DDEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue