From aae81906b940c84b53944ec48d08074d8a0d153d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 4 Nov 2019 21:50:21 +0100 Subject: Kconfig: Organize debugging options per file extensions Change-Id: Ia4553fb4cd95d2f1fa86eecbf382e6e6dec52b92 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36616 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 0d56291de4..2b5f05ed1b 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -738,7 +738,7 @@ source "payloads/Kconfig" menu "Debugging" comment "CPU Debug Settings" -source "src/cpu/*/Kconfig.debug" +source "src/cpu/*/Kconfig.debug_cpu" comment "General Debug Settings" -- cgit v1.2.3