use "export" to expose TOPDIR to all child make instead of passing it around every time

This commit is contained in:
Matias N
2020-09-14 13:53:37 -03:00
committed by Xiang Xiao
parent 0eae2a1f59
commit 166242c171
31 changed files with 245 additions and 245 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ dirlinks: $(DUMMY_KCONFIG)
context: $(DUMMY_KCONFIG)
ifeq ($(BOARD_INSTALLED),y)
$(Q) $(MAKE) -C $(BOARDDIR) TOPDIR="$(TOPDIR)" context
$(Q) $(MAKE) -C $(BOARDDIR) context
endif
clean_context: