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