summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-23 16:58:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-23 16:58:09 +0000
commit1b15ed82bb5f48d8a03366af769331eac73c9993 (patch)
tree4a7606fb13420543bf3eff304e7f23c35bf1cebb /nuttx/Makefile
parent8cfdffb35c24737940e70af374300fe36f1fd465 (diff)
downloadpx4-nuttx-1b15ed82bb5f48d8a03366af769331eac73c9993.tar.gz
px4-nuttx-1b15ed82bb5f48d8a03366af769331eac73c9993.tar.bz2
px4-nuttx-1b15ed82bb5f48d8a03366af769331eac73c9993.zip
Add framework for listen() and connect() -- still missing logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@353 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 73197c65b..0f8704a80 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -211,10 +211,7 @@ $(BIN): context depend $(LINKLIBS)
$(MAKE) -C $(ARCH_SRC) TOPDIR=$(TOPDIR) LINKLIBS="$(LINKLIBS)" $(BIN)
depend:
- echo "CLEANDIRS: $(CLEANDIRS)"
- echo "MAKEDIRS: $(MAKEDIRS)"
- for dir in $(MAKEDIRS) ; do \
- echo "-- DEPS in $$dir --" ; \
+ @for dir in $(MAKEDIRS) ; do \
$(MAKE) -C $$dir TOPDIR=$(TOPDIR) depend ; \
done