s/libopenstm32/libopencm3/ is some Makefiles.
This commit is contained in:
parent
079dc05c73
commit
48b514d3ef
7
Makefile
7
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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
|
||||
##
|
||||
|
@ -1,4 +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>
|
||||
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
|
||||
##
|
||||
|
@ -1,4 +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>
|
||||
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -1,5 +1,5 @@
|
||||
##
|
||||
## This file is part of the libopenstm32 project.
|
||||
## This file is part of the libopencm3 project.
|
||||
##
|
||||
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
@ -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>
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user