Page MenuHomeFreeBSD

D37658.diff
No OneTemporary

D37658.diff

diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -8,30 +8,26 @@
dtrace \
dtraceall \
dtrace_test \
+ fbt \
profile \
prototype \
sdt \
systrace
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
-SUBDIR+= fasttrap fbt systrace_linux
+SUBDIR+= fasttrap systrace_linux
.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= systrace_linux32
SUBDIR+= kinst
.endif
.if ${MACHINE_CPUARCH} == "powerpc"
-SUBDIR+= fasttrap fbt
+SUBDIR+= fasttrap
.endif
.if ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "aarch64" || \
${MACHINE_ARCH} == "powerpc64"
SUBDIR+= systrace_freebsd32
.endif
-.if ${MACHINE_CPUARCH} == "aarch64" || \
- ${MACHINE_CPUARCH} == "arm" || \
- ${MACHINE_CPUARCH} == "riscv"
-SUBDIR+= fbt
-.endif
.include <bsd.subdir.mk>

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 7:57 AM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15763513
Default Alt Text
D37658.diff (906 B)

Event Timeline