aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/stm32/Makefile.include2
-rw-r--r--lib/stm32/stm32.ld (renamed from lib/stm32/libopenstm32.ld)0
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/Makefile.include b/examples/stm32/Makefile.include
index 37bfcf2..d603d39 100644
--- a/examples/stm32/Makefile.include
+++ b/examples/stm32/Makefile.include
@@ -76,7 +76,7 @@ flash: $(BINARY).flash
%.elf: $(OBJS) $(LDSCRIPT)
@#printf " LD $(subst $(shell pwd)/,,$(@))\n"
- $(Q)$(LD) $(LDFLAGS) -o $(*).elf $(OBJS) -lopenstm32
+ $(Q)$(LD) $(LDFLAGS) -o $(*).elf $(OBJS) -lopencm3_stm32
%.o: %.c Makefile
@#printf " CC $(subst $(shell pwd)/,,$(@))\n"
diff --git a/lib/stm32/libopenstm32.ld b/lib/stm32/stm32.ld
index 75b7103..75b7103 100644
--- a/lib/stm32/libopenstm32.ld
+++ b/lib/stm32/stm32.ld