Skip to content

Commit

Permalink
build: export generated DTS configuration
Browse files Browse the repository at this point in the history
This can be just as important as the contents of auto.conf.

Signed-off-by: Marti Bolivar <[email protected]>
  • Loading branch information
Marti Bolivar authored and galak committed Jul 25, 2017
1 parent 497f8fd commit 3dd63b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3dd63b6

Please sign in to comment.