Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
2f5eab1892
commit
7efc94aa3e
1 changed files with 6 additions and 4 deletions
|
|
@ -154,10 +154,12 @@ define ARCHIVE
|
|||
endef
|
||||
endif
|
||||
|
||||
define CLEAN
|
||||
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
|
||||
define CLEAN
|
||||
$(Q) rm -f *.o *.a
|
||||
else
|
||||
$(Q) rm -f *.o *.a *~ .*.swp
|
||||
endif
|
||||
endef
|
||||
else
|
||||
define CLEAN
|
||||
$(Q) rm -f *.o *.a *~ .*.swp
|
||||
endef
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue