summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 21:53:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-12 21:53:18 +0000
commit177f3484f71b2d03fc5b809a024ff32d137494ba (patch)
treec1c81390b64b5e303bad0ea2638d979d9c2e8607 /nuttx/Makefile.unix
parenteb1679e6fac9aa613baf90f285ef3e5e5413ea18 (diff)
downloadnuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.tar.gz
nuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.tar.bz2
nuttx-177f3484f71b2d03fc5b809a024ff32d137494ba.zip
Fix some ARMv7-M syscall logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index 38cfc2222..ac5b7dbec 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -699,10 +699,10 @@ endif
clean: subdir_clean
$(call DELFILE, $(BIN))
$(call DELFILE, nuttx.*)
- $(call DELFILE, mm_test)
$(call DELFILE, *.map)
$(call DELFILE, _SAVED_APPS_config)
$(call DELFILE, nuttx-export*)
+ $(call DELFILE, nuttx_user*)
$(call CLEAN)
subdir_distclean: