summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/src/Makefile')
-rw-r--r--nuttx/configs/z16f2800100zcog/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/z16f2800100zcog/src/Makefile b/nuttx/configs/z16f2800100zcog/src/Makefile
index 2de29d8ce..43695f748 100644
--- a/nuttx/configs/z16f2800100zcog/src/Makefile
+++ b/nuttx/configs/z16f2800100zcog/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