mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
mips: Remove dtrace build support
Sponsored by: Netflix
This commit is contained in:
parent
f9bf88760d
commit
c66fd95c8f
1 changed files with 0 additions and 2 deletions
|
|
@ -21,13 +21,11 @@ SUBDIR+= systrace_linux32
|
|||
.endif
|
||||
.if ${MACHINE_CPUARCH} == "amd64" || \
|
||||
${MACHINE_CPUARCH} == "aarch64" || \
|
||||
${MACHINE_ARCH} == "mips64" || \
|
||||
${MACHINE_ARCH} == "powerpc64"
|
||||
SUBDIR+= systrace_freebsd32
|
||||
.endif
|
||||
.if ${MACHINE_CPUARCH} == "aarch64" || \
|
||||
${MACHINE_CPUARCH} == "arm" || \
|
||||
${MACHINE_CPUARCH} == "mips" || \
|
||||
${MACHINE_CPUARCH} == "powerpc" || \
|
||||
${MACHINE_CPUARCH} == "riscv"
|
||||
SUBDIR+= fbt
|
||||
|
|
|
|||
Loading…
Reference in a new issue