Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107179240
D37658.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
906 B
Referenced Files
None
Subscribers
None
D37658.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D37658: dtrace: include fbt module unconditionally
Attached
Detach File
Event Timeline
Log In to Comment