git: 3e7d3361dd24 - main - arm64: Add missing dtrace_isa.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Dec 2025 06:52:00 UTC
The branch main has been updated by mmel:
URL: https://cgit.FreeBSD.org/src/commit/?id=3e7d3361dd2491e2dc4b0b05c09b8fab4beaadc5
commit 3e7d3361dd2491e2dc4b0b05c09b8fab4beaadc5
Author: Michal Meloun <mmel@FreeBSD.org>
AuthorDate: 2025-11-08 14:02:47 +0000
Commit: Michal Meloun <mmel@FreeBSD.org>
CommitDate: 2025-12-03 06:47:41 +0000
arm64: Add missing dtrace_isa.c
MFC after: 1 week
---
sys/conf/files.arm64 | 1 +
1 file changed, 1 insertion(+)
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}"