Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35953 )
Change subject: vendorcode/siemens: Remove sourcing non existing Kconfig files ......................................................................
vendorcode/siemens: Remove sourcing non existing Kconfig files
There is only one subdir in vendorcode/siemens and it does not feature a Kconfig file.
Change-Id: I136743344465cea9c769234aa84d9ebe874ef0d2 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/vendorcode/siemens/Kconfig 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/35953/1
diff --git a/src/vendorcode/siemens/Kconfig b/src/vendorcode/siemens/Kconfig index 8bbab62..6684b8a 100644 --- a/src/vendorcode/siemens/Kconfig +++ b/src/vendorcode/siemens/Kconfig @@ -16,5 +16,3 @@ config USE_SIEMENS_HWILIB bool default n - -source "src/vendorcode/siemens/*/Kconfig"