summaryrefslogtreecommitdiff
path: root/nuttx/tools/Config.mk
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-23 08:19:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-23 08:19:34 -0600
commitab692e74533ac5a7ccabe589a09640da5705377e (patch)
treee176a51caf793480f10aa7871dc15b24e7339840 /nuttx/tools/Config.mk
parentfa2903e34a1d4f32b1fed316c843134245d47ac2 (diff)
downloadnuttx-ab692e74533ac5a7ccabe589a09640da5705377e.tar.gz
nuttx-ab692e74533ac5a7ccabe589a09640da5705377e.tar.bz2
nuttx-ab692e74533ac5a7ccabe589a09640da5705377e.zip
configs/efm32-dk3650: Support for Energy Micro's development kit for the Leopard Gecko MCU. From Richard Cochran
Diffstat (limited to 'nuttx/tools/Config.mk')
-rw-r--r--nuttx/tools/Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/tools/Config.mk b/nuttx/tools/Config.mk
index 45c785281..633a49419 100644
--- a/nuttx/tools/Config.mk
+++ b/nuttx/tools/Config.mk
@@ -111,9 +111,9 @@ endef
#
# CC - The command to invoke the C compiler
# CFLAGS - Options to pass to the C compiler
-# WINTOOL - Set to "y" if this is a Windows cygwin build using a
+# WINTOOL - Set to "y" if this is a Windows Cygwin build using a
# Windows native toolchain. In that case, paths created by the
-# Cygwin makeifle must be converted to Windows paths for the tool.
+# Cygwin makefile must be converted to Windows paths for the tool.
ifeq ($(WINTOOL),y)
define COMPILE