From f981652dba7bf03c369af4c6b5d9320aef420a28 Mon Sep 17 00:00:00 2001 From: Wolfgang Puffitsch Date: Mon, 15 Aug 2022 10:35:20 +0200 Subject: [PATCH] dts: Include Kconfig.dts as optional source Avoid build errors for platforms that do not support devicetree and hence do not generate a Kconfig.dts. Signed-off-by: Wolfgang Puffitsch --- dts/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/Kconfig b/dts/Kconfig index 21bc7020326..46d1b85b6ec 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -8,6 +8,6 @@ config HAS_DTS menu "Devicetree Info" -source "$(KCONFIG_BINARY_DIR)/Kconfig.dts" +osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts" endmenu