aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 02:57:44 +0100
committerUwe Hermann2010-12-30 02:57:44 +0100
commit8e5acecc6e170760d0edf95edb8f413385b2bf62 (patch)
tree458c31126734f5bc31a428de3004b49dca965849 /lib/stm32
parent7c53b252a35f5ac9a02216465bab26b059fffccc (diff)
More path and name changes.
Diffstat (limited to 'lib/stm32')
-rw-r--r--lib/stm32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stm32/Makefile b/lib/stm32/Makefile
index 0b0be66..d718ef0 100644
--- a/lib/stm32/Makefile
+++ b/lib/stm32/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-LIBNAME = libopenstm32
+LIBNAME = libopencm3_stm32
# PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf
@@ -50,7 +50,7 @@ $(LIBNAME).a: $(OBJS)
$(Q)$(CC) $(CFLAGS) -o $@ -c $<
clean:
- @printf " CLEAN lib\n"
+ @printf " CLEAN lib/stm32\n"
$(Q)rm -f *.o
$(Q)rm -f $(LIBNAME).a