mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
tools/Makefile.win: Change of 8883623d07 needs to be applied to Makefile.win too.
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ endif
|
||||
# Link the boards/<arch>/<chip>/drivers dir to drivers/platform
|
||||
|
||||
$(ARCH_SRC)/drivers: .config
|
||||
@echo "LN: $(TOPDIR)/drivers/platform to $(BOARD_DIR)/drivers"
|
||||
@echo "LN: $(TOPDIR)/drivers/platform to $(BOARD_DIR)/drivers"
|
||||
$(Q) $(DIRLINK) $(BOARD_DIR)/drivers $(TOPDIR)/drivers/platform
|
||||
|
||||
# Link arch/<arch-name>/include/<chip-name> to arch/<arch-name>/include/chip
|
||||
|
||||
+1
-1
@@ -339,7 +339,7 @@ endif
|
||||
# Link the boards\<arch>\<chip>\drivers dir to drivers\platform
|
||||
|
||||
$(ARCH_SRC)\drivers: .config
|
||||
@echo LN: drivers\platform to $(BOARD_DIR)\drivers
|
||||
@echo LN: $(TOPDIR)\drivers\platform to $(BOARD_DIR)\drivers
|
||||
ifeq ($(CONFIG_WINDOWS_MKLINK),y)
|
||||
$(Q) /user:administrator mklink /d $(TOPDIR)\drivers\platform $(BOARD_DIR)\drivers
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user