Move more functions out of sched/ to lib/; proxies almost build

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3453 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-04-02 01:23:08 +00:00
parent 2aab150a39
commit 46314eb2a9
16 changed files with 441 additions and 156 deletions
+2
View File
@@ -97,7 +97,9 @@ context: .context
clean:
@rm -f $(BIN1) $(BIN2) *~ .*.swp
ifneq ($(OBJECT),)
@rm -f proxies/*$(OBJEXT) stubs/*$(OBJEXT)
endif
$(call CLEAN)
distclean: clean