git: 67365116239d - main - arm64: enable kern.conftxt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 08:52:06 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=67365116239d14bef225e7c5c63757ed805d48a0 commit 67365116239d14bef225e7c5c63757ed805d48a0 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2023-08-01 15:22:52 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2023-08-02 08:51:44 +0000 arm64: enable kern.conftxt Match other platforms, include the kernel config in the build. Reviewed by: emaste Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D41284 --- sys/arm64/conf/std.arm64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/conf/std.arm64 b/sys/arm64/conf/std.arm64 index 6480ca6530e4..c8d407e8df8a 100644 --- a/sys/arm64/conf/std.arm64 +++ b/sys/arm64/conf/std.arm64 @@ -61,6 +61,7 @@ options MAC # TrustedBSD MAC Framework options KDTRACE_FRAME # Ensure frames are compiled in options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data +options INCLUDE_CONFIG_FILE # Include this file in kernel options VFP # Floating-point support options RACCT # Resource accounting framework options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default