From f8d1005595296177da8e92ddbf8ef582f23a58d1 Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Thu, 15 Sep 2011 00:05:57 -0700 Subject: [PATCH] Adding stm32f2 target in top level Makefile and renaming f1 target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe8db6a0..d0bed537 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ INCDIR = $(DESTDIR)/$(PREFIX)/include LIBDIR = $(DESTDIR)/$(PREFIX)/lib INSTALL = install -TARGETS = stm32 lpc13xx lm3s +TARGETS = stm32f1 stm32f2 lpc13xx lm3s # Be silent per default, but 'make V=1' will show all compiler calls. ifneq ($(V),1)