summaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-21 21:51:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-21 21:51:15 +0000
commit7fd81076443ca5685f38f02ecd926e8bda368c9b (patch)
treeb605ce1065d9caa777d1946801e25a9524bec805 /nuttx/libc/Makefile
parent09c1049fff6e991733448e7fb164f518fa003021 (diff)
downloadnuttx-7fd81076443ca5685f38f02ecd926e8bda368c9b.tar.gz
nuttx-7fd81076443ca5685f38f02ecd926e8bda368c9b.tar.bz2
nuttx-7fd81076443ca5685f38f02ecd926e8bda368c9b.zip
In the kernel build, pass task paramters in the stack, not using the arrary in the TCB
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5770 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/Makefile')
-rw-r--r--nuttx/libc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index 8526f1b0b..c79c5e7d7 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -108,7 +108,7 @@ endif
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
$(Q) touch $@
-depend: $(BINDIR)$(DELIM).depend
+depend: .depend
# Clean most derived files, retaining the configuration