From dfdfab71eb57965e2bc7bcea126f955a0d0ad7c2 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 22 Jun 2022 21:15:14 -0600 Subject: [PATCH] src/Kconfig: src/soc/*/Kconfig files are gone, remove the include The previous two patches removed all of the soc/Kconfig files, so there is nothing to include anymore. Get rid of the 'source' command that includes them. Signed-off-by: Martin Roth Change-Id: I95067c4702ef25a8a6db4d480c089f06986ce9b8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65329 Reviewed-by: Felix Singer Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 52d6a75efc..bec22a48c5 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -559,7 +559,6 @@ config CBFS_AUTOGEN_ATTRIBUTES menu "Chipset" comment "SoC" -source "src/soc/*/Kconfig" source "src/soc/*/*/Kconfig" source "src/soc/*/*/Kconfig.common" comment "CPU"