diff options
author | Martin Roth <gaumless@gmail.com> | 2022-06-22 21:15:14 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-24 04:00:15 +0000 |
commit | dfdfab71eb57965e2bc7bcea126f955a0d0ad7c2 (patch) | |
tree | 743ec6f9224f70ae4e4e2a870d891f43f55a8396 /src | |
parent | d51141e63007a3725e9ca0b8b5329a28a9669e03 (diff) |
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 <gaumless@gmail.com>
Change-Id: I95067c4702ef25a8a6db4d480c089f06986ce9b8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65329
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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" |