summaryrefslogtreecommitdiff
path: root/nuttx/configs/samd20-xplained/nsh/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/samd20-xplained/nsh/Make.defs')
-rw-r--r--nuttx/configs/samd20-xplained/nsh/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/samd20-xplained/nsh/Make.defs b/nuttx/configs/samd20-xplained/nsh/Make.defs
index 3fcb9de93..a5944b9c6 100644
--- a/nuttx/configs/samd20-xplained/nsh/Make.defs
+++ b/nuttx/configs/samd20-xplained/nsh/Make.defs
@@ -117,6 +117,6 @@ ifeq ($(WINTOOL),y)
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
MKDEP = $(TOPDIR)/tools/mknulldeps.sh
else
- # Linux/Cygwin-native host tools
+ # Linux/Cygwin-native host tools
MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT)
endif