Add support for CodeSourcery and devkitARM toolchains

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1832 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-05-28 20:36:04 +00:00
parent d61c32887e
commit bfacea73ba
11 changed files with 135 additions and 45 deletions
+3 -3
View File
@@ -144,7 +144,7 @@ endif
BIN = nuttx$(EXEEXT)
all: $(BIN)
.PHONY: clean context clean_context distclean
.PHONY: context clean_context check_context subdir_clean clean subdir_distclean distclean
# Build the mkconfig tool used to create include/nuttx/config.h
tools/mkconfig:
@@ -268,7 +268,7 @@ subdir_clean:
@$(MAKE) -C tools -f Makefile.mkconfig TOPDIR="$(TOPDIR)" clean
@$(MAKE) -C mm -f Makefile.test TOPDIR="$(TOPDIR)" clean
clean: subdir_clean
clean: subdir_clean clean_context
@rm -f $(BIN) nuttx.* mm_test *.map *~
subdir_distclean:
@@ -278,7 +278,7 @@ subdir_distclean:
fi \
done
distclean: clean subdir_distclean clean_context
distclean: clean subdir_distclean
@rm -f Make.defs setenv.sh .config