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"
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35953 )
Change subject: vendorcode/siemens: Remove sourcing non existing Kconfig files ......................................................................
Patch Set 1: Code-Review+2
This was done as a preparation for other library modules which could follow. There has been nothing so far so we can remove it. If there should be a need in the future I will take care.
Arthur Heymans has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35953 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Werner Zeh werner.zeh@siemens.com --- M src/vendorcode/siemens/Kconfig 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Werner Zeh: Looks good to me, approved
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"