mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
use "export" to expose TOPDIR to all child make instead of passing it around every time
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user