configs/efm32-dk3650: Support for Energy Micro's development kit for the Leopard Gecko MCU. From Richard Cochran

This commit is contained in:
Gregory Nutt
2014-01-23 08:19:34 -06:00
parent 7077d99f2f
commit 90f0e4f6dc
11 changed files with 994 additions and 3 deletions
+2 -2
View File
@@ -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