aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Caudle2011-10-28 15:44:53 -0400
committerStephen Caudle2011-10-30 17:42:49 -0400
commit1dc4645732f1ac07d023038ad4828784af368803 (patch)
tree2503787bf13f59fc8d1bcfda76ef8c5737ed7868 /Makefile
parentb3a710b0bcc8e765b32cc255dc5047323933d22e (diff)
Update makefiles to reflect stm32 lib folder name changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 139d295..4799358 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ LIBDIR = $(DESTDIR)/$(PREFIX)/lib
SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
-TARGETS = stm32f1 stm32f2 lpc13xx lm3s
+TARGETS = stm32/f1 stm32/f2 lpc13xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)