aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 03:45:00 +0100
committerUwe Hermann2010-12-30 03:45:00 +0100
commit48b514d3efcf4c51d7100c8bd98a52240c25053c (patch)
tree22a95b4918ebc442100101be29a25062bea12569 /Makefile
parent079dc05c73b2d14502ca251d382b5439f5701e1b (diff)
s/libopenstm32/libopencm3/ is some Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f909705..734e315 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
@@ -49,11 +49,10 @@ examples: lib
install: build
@printf " INSTALL headers\n"
- $(Q)$(INSTALL) -d $(INCDIR)/libopenstm32
+ $(Q)$(INSTALL) -d $(INCDIR)/stm32
$(Q)$(INSTALL) -d $(INCDIR)/usb
$(Q)$(INSTALL) -d $(LIBDIR)
- $(Q)$(INSTALL) -m 0644 include/libopenstm32.h $(INCDIR)
- $(Q)$(INSTALL) -m 0644 include/libopenstm32/*.h $(INCDIR)/libopenstm32
+ $(Q)$(INSTALL) -m 0644 include/stm32/*.h $(INCDIR)/libopencm3
$(Q)$(INSTALL) -m 0644 include/usb/*.h $(INCDIR)/usb
@printf " INSTALL lib\n"
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)