mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix 'make cscope' with ALL_ARCH defined
The sys/mips directory has been removed.
This commit is contained in:
parent
9d47858138
commit
153b6271a7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
|
|||
rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
|
||||
.if !defined(CSCOPE_ARCHDIR)
|
||||
.if defined(ALL_ARCH)
|
||||
CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips powerpc riscv x86
|
||||
CSCOPE_ARCHDIR = amd64 arm arm64 i386 powerpc riscv x86
|
||||
.else
|
||||
CSCOPE_ARCHDIR = ${MACHINE}
|
||||
.if ${MACHINE} != ${MACHINE_CPUARCH}
|
||||
|
|
|
|||
Loading…
Reference in a new issue