From fde9fe18219f6e987279a9d042345e7c6fc170d1 Mon Sep 17 00:00:00 2001 From: Olivier Certner Date: Fri, 9 Jan 2026 17:25:52 +0100 Subject: [PATCH] i386: Fix kernel compilation after introduction of ASMC_DEBUG option Fixes: f224591746bd ("Add ASMC_DEBUG make option") Sponsored by: The FreeBSD Foundation --- sys/conf/options.i386 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index c577568c837..62bf3baf864 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -112,3 +112,6 @@ MPTABLE_LINUX_BUG_COMPAT # x86 specific uart options UART_NS8250_EARLY_PORT opt_uart.h + +# Enable asmc(4)-specific debug logic. +ASMC_DEBUG opt_asmc.h