aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-18 20:59:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-18 20:59:30 +0000
commita98248b591a69249c97849745788737d25dc3731 (patch)
tree18ba50c73d2f9b7fdbf7504bcdc004c89e35ab7d /nuttx/Makefile.win
parente7b122cc626cc454d9af49e6d6928a46d667fd1f (diff)
downloadpx4-firmware-a98248b591a69249c97849745788737d25dc3731.tar.gz
px4-firmware-a98248b591a69249c97849745788737d25dc3731.tar.bz2
px4-firmware-a98248b591a69249c97849745788737d25dc3731.zip
Fix typol in Config.mk that would effect non-Windows builds
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5369 42af7a65-404d-4744-a932-0658087f49c3
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
#