aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/dtraceall/dtraceall.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/dtrace/dtraceall/dtraceall.c')
-rw-r--r--sys/modules/dtrace/dtraceall/dtraceall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/dtrace/dtraceall/dtraceall.c b/sys/modules/dtrace/dtraceall/dtraceall.c
index e06a4826f9b8..ecab4f7fdf82 100644
--- a/sys/modules/dtrace/dtraceall/dtraceall.c
+++ b/sys/modules/dtrace/dtraceall/dtraceall.c
@@ -69,7 +69,8 @@ MODULE_DEPEND(dtraceall, dtmalloc, 1, 1, 1);
#if defined(NFSCL)
MODULE_DEPEND(dtraceall, dtnfscl, 1, 1, 1);
#endif
-#if defined(__amd64__) || defined(__i386__) || defined(__powerpc__) || defined(__arm__)
+#if defined(__aarch64__) || defined(__amd64__) || defined(__arm__) || \
+ defined(__i386__) || defined(__powerpc__)
MODULE_DEPEND(dtraceall, fbt, 1, 1, 1);
#endif
#if defined(__amd64__) || defined(__i386__)