tools/Makefile.win: Change of 8883623d07f642e205109389268e97b2a519a77a needs to be applied to Makefile.win too.
This commit is contained in:
parent
8883623d07
commit
0b64e79736
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user