summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-10 00:18:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-10 00:18:40 +0000
commit42aa5941d3e99c3df11945da4742768765653313 (patch)
tree48eaddd54c987b71673588b68d992a0b4621fb8d /nuttx/arch
parent44d2148775438add2865272f6478a5946cba7c3b (diff)
downloadpx4-nuttx-42aa5941d3e99c3df11945da4742768765653313.tar.gz
px4-nuttx-42aa5941d3e99c3df11945da4742768765653313.tar.bz2
px4-nuttx-42aa5941d3e99c3df11945da4742768765653313.zip
Fixed a problem with arch/arm/src dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@282 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/Makefile b/nuttx/arch/arm/src/Makefile
index b02c4c9ec..22d45a912 100644
--- a/nuttx/arch/arm/src/Makefile
+++ b/nuttx/arch/arm/src/Makefile
@@ -103,7 +103,7 @@ endif
@if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
fi
- $(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
+ $(MKDEP) --dep-debug --dep-path chip --dep-path common $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
depend: .depend