Finish libopenstm32.ld to stm32.ld rename.
This commit is contained in:
parent
48b514d3ef
commit
0995f73f72
@ -76,7 +76,7 @@ flash: $(BINARY).flash
|
|||||||
|
|
||||||
%.elf: $(OBJS) $(LDSCRIPT)
|
%.elf: $(OBJS) $(LDSCRIPT)
|
||||||
@#printf " LD $(subst $(shell pwd)/,,$(@))\n"
|
@#printf " LD $(subst $(shell pwd)/,,$(@))\n"
|
||||||
$(Q)$(LD) $(LDFLAGS) -o $(*).elf $(OBJS) -lopenstm32
|
$(Q)$(LD) $(LDFLAGS) -o $(*).elf $(OBJS) -lopencm3_stm32
|
||||||
|
|
||||||
%.o: %.c Makefile
|
%.o: %.c Makefile
|
||||||
@#printf " CC $(subst $(shell pwd)/,,$(@))\n"
|
@#printf " CC $(subst $(shell pwd)/,,$(@))\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user