Finish libopenstm32.ld to stm32.ld rename.

This commit is contained in:
Uwe Hermann 2010-12-30 13:14:36 +01:00
parent 48b514d3ef
commit 0995f73f72
2 changed files with 1 additions and 1 deletions

View File

@ -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"