build: export generated DTS configuration
This can be just as important as the contents of auto.conf. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
parent
497f8fd40a
commit
3dd63b60a7
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -436,6 +436,7 @@ define filechk_Makefile.export
|
|||
echo; \
|
||||
$(foreach e,$(exports),echo $(e)=$($(e));) echo; \
|
||||
echo "include $(O)/include/config/auto.conf"; \
|
||||
echo "include $(O)/include/generated/generated_dts_board.conf"; \
|
||||
echo "-include $(srctree)/boards/$(ARCH)/$(BOARD_NAME)/Makefile.board";)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue