mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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
This commit is contained in:
parent
95b47ba629
commit
c19fc5cd9b
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