tools/Win.mk:Fix some error in clean_context in Windows native build

This commit is contained in:
zouboan 2022-11-10 23:52:13 +08:00 committed by Xiang Xiao
parent eaea38e0f2
commit 744df68b10

View File

@ -446,14 +446,14 @@ clean_context:
$(call DELFILE, include\stdarg.h)
$(call DELFILE, include\setjmp.h)
$(call DELFILE, arch\dummy\Kconfig)
$(call DELFILE, $(CONTEXTDIRS_DEPS))
$(call DIRUNLINK, include\arch\board)
$(call DIRUNLINK, include\arch\chip)
$(call DIRUNLINK, include\arch)
$(call DIRUNLINK, $(ARCH_SRC)\board\board)
$(call DIRUNLINK, $(ARCH_SRC)\board)
$(call DIRUNLINK, $(ARCH_SRC)\chip)
$(call DIRUNLINK, $(TOPDIR)\drivers\platform)
$(call DELFILE, $(subst /,\,$(CONTEXTDIRS_DEPS)))
$(Q) $(DIRUNLINK) include\arch\board
$(Q) $(DIRUNLINK) include\arch\chip
$(Q) $(DIRUNLINK) include\arch
$(Q) $(DIRUNLINK) $(ARCH_SRC)\board\board
$(Q) $(DIRUNLINK) $(ARCH_SRC)\board
$(Q) $(DIRUNLINK) $(ARCH_SRC)\chip
$(Q) $(DIRUNLINK) $(TOPDIR)\drivers\platform
# Archive targets. The target build sequence will first create a series of
# libraries, one per configured source file directory. The final NuttX