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 <wopu@demant.com>
This commit is contained in:
parent
eb684905ea
commit
f981652dba
|
@ -8,6 +8,6 @@ config HAS_DTS
|
|||
|
||||
menu "Devicetree Info"
|
||||
|
||||
source "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
|
||||
osource "$(KCONFIG_BINARY_DIR)/Kconfig.dts"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Reference in New Issue