aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchrysn2012-10-19 00:49:27 +0200
committerchrysn2012-10-19 00:59:49 +0200
commitd526dd3268500d397746b19d2ab6688abf524077 (patch)
tree821642d3606a0dc823e81a1b97993a9134aa020b /Makefile
parent962f3286914d97a55713ba17c6c0797e0d120362 (diff)
rename tinygecko->efm32tg everywhere
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02d3c7a..80f0822 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
SRCLIBDIR = $(shell pwd)/lib
-TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s efm32/tinygecko
+TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s efm32/efm32tg
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)