summaryrefslogtreecommitdiff
path: root/nuttx/configs/z8encore000zco/src
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z8encore000zco/src')
-rw-r--r--nuttx/configs/z8encore000zco/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z8encore000zco/src/Makefile b/nuttx/configs/z8encore000zco/src/Makefile
index eee072850..a40b6f42c 100644
--- a/nuttx/configs/z8encore000zco/src/Makefile
+++ b/nuttx/configs/z8encore000zco/src/Makefile
@@ -67,7 +67,7 @@ libboard$(LIBEXT): $(OBJS)
$(call ARCHIVE, $@, "$(OBJS)")
.depend: Makefile $(SRCS)
- @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
+ @$(MKDEP) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
depend: .depend