summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile.win')
-rw-r--r--nuttx/Makefile.win12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/Makefile.win b/nuttx/Makefile.win
index f98c5e6d8..7f9620692 100644
--- a/nuttx/Makefile.win
+++ b/nuttx/Makefile.win
@@ -442,12 +442,12 @@ clean_context:
$(call DELFILE include\nuttx\version.h)
$(call DELFILE include\math.h)
$(call DELFILE include\stdarg.h)
- $(Q) $(DIRUNLINK) include\arch\board
- $(Q) $(DIRUNLINK) include\arch\chip
- $(Q) $(DIRUNLINK) include\arch
- $(Q) $(DIRUNLINK) $(ARCH_SRC)\board
- $(Q) $(DIRUNLINK) $(ARCH_SRC)\chip
- $(Q) $(DIRUNLINK) include\apps
+ $(call DELDIR include\arch\board)
+ $(call DELDIR include\arch\chip)
+ $(call DELDIR include\arch)
+ $(call DELDIR $(ARCH_SRC)\board)
+ $(call DELDIR $(ARCH_SRC)\chip)
+ $(call DELDIR include\apps)
# check_context
#