aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2025-11-08 14:02:47 +0000
committerMichal Meloun <mmel@FreeBSD.org>2025-12-03 06:47:41 +0000
commit3e7d3361dd2491e2dc4b0b05c09b8fab4beaadc5 (patch)
tree22b6183c25b98bdafcff61e33d1a8dc71c63328b
parent62e1227219f2f79a2ed7a672149dc3d774d25dd4 (diff)
arm64: Add missing dtrace_isa.c
MFC after: 1 week
-rw-r--r--sys/conf/files.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 886980de754b..4bd03989afa0 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -208,6 +208,7 @@ dev/acpica/acpi_pxm.c optional acpi
dev/ahci/ahci_generic.c optional ahci
cddl/dev/dtrace/aarch64/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
+cddl/dev/dtrace/aarch64/dtrace_isa.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/dtrace/aarch64/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/fbt/aarch64/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"