From 177f3484f71b2d03fc5b809a024ff32d137494ba Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Mar 2013 21:53:18 +0000 Subject: Fix some ARMv7-M syscall logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/Makefile.unix') 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: -- cgit v1.2.3