From 08680a039b6ffc922731d9a1cfdff20ef204dbba Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Mar 2007 21:05:55 +0000 Subject: This creates a 8051 build that can run in 24Kb of RAM git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@26 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/Makefile') diff --git a/nuttx/Makefile b/nuttx/Makefile index ba0441886..6a309f159 100644 --- a/nuttx/Makefile +++ b/nuttx/Makefile @@ -108,7 +108,7 @@ clean: done $(MAKE) -C tools -f Makefile.mkconfig TOPDIR=$(TOPDIR) clean $(MAKE) -C mm -f Makefile.test TOPDIR=$(TOPDIR) clean - rm -f $(BIN) $(BIN).rr $(BIN).stripped $(BIN).flashimage mm_test System.map *~ + rm -f $(BIN) $(BIN).* mm_test *.map *~ distclean: clean clean_context @for dir in $(SUBDIRS) ; do \ -- cgit v1.2.3