git: 787b5e136735 - main - dtrace: Add missing file for powerpc kernel build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Apr 2026 00:18:12 UTC
The branch main has been updated by jhibbits:
URL: https://cgit.FreeBSD.org/src/commit/?id=787b5e136735e979398bca2057310d0fd594a3bc
commit 787b5e136735e979398bca2057310d0fd594a3bc
Author: Justin Hibbits <jhibbits@FreeBSD.org>
AuthorDate: 2026-04-28 00:14:12 +0000
Commit: Justin Hibbits <jhibbits@FreeBSD.org>
CommitDate: 2026-04-30 00:14:19 +0000
dtrace: Add missing file for powerpc kernel build
---
sys/conf/files.powerpc | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index b64219146e9d..698433422101 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -77,6 +77,7 @@ crypto/openssl/powerpc64/x25519-ppc64.S optional ossl powerpc64
cddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs powerpc | dtrace powerpc compile-with "${ZFS_C}"
cddl/dev/dtrace/powerpc/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
+cddl/dev/dtrace/powerpc/dtrace_isa.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/dtrace/powerpc/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
cddl/dev/fbt/powerpc/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
crypto/des/des_enc.c optional netsmb