summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/Makefile')
-rw-r--r--nuttx/arch/arm/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/Makefile b/nuttx/arch/arm/src/Makefile
index 25c17b0bd..b02c4c9ec 100644
--- a/nuttx/arch/arm/src/Makefile
+++ b/nuttx/arch/arm/src/Makefile
@@ -99,10 +99,10 @@ ifeq ($(CONFIG_RRLOAD_BINARY),y)
fi
endif
-.depend: Makefile $(SRCS)
+.depend: Makefile chip/Make.defs $(SRCS)
@if [ -e board/Makefile ]; then \
$(MAKE) -C board TOPDIR=$(TOPDIR) depend ; \
- if
+ fi
$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@