mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux_common: Fixup .PATH.
Since we have arm64, and awaiting ppc64 Linuxulator, do not include x86 specific
path to the module build for non x86 architectures.
MFC after: 1 week
(cherry picked from commit c19fc5cd9b)
This commit is contained in:
parent
ef4f2cca60
commit
fcab90d8e5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${SRCTOP}/sys/compat/linux ${SRCTOP}/sys/x86/linux
|
||||
.PATH: ${SRCTOP}/sys/compat/linux
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
.PATH: ${SRCTOP}/sys/x86/linux
|
||||
.endif
|
||||
|
||||
KMOD= linux_common
|
||||
SRCS= linux_common.c linux_mib.c linux_mmap.c linux_util.c linux_emul.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue