From 48b514d3efcf4c51d7100c8bd98a52240c25053c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 03:45:00 +0100 Subject: s/libopenstm32/libopencm3/ is some Makefiles. --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 ## @@ -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) -- cgit v1.2.3