fix applet/core.a: not found --> Thanks to triffid
This commit is contained in:
parent
7c5e58a7c4
commit
20a99c5925
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ extcoff: $(TARGET).elf
|
|||
$(NM) -n $< > $@
|
||||
|
||||
# Link: create ELF output file from library.
|
||||
applet/$(TARGET).elf: applet/core.a applet/$(TARGET).cpp
|
||||
applet/$(TARGET).elf: applet/$(TARGET).cpp applet/core.a
|
||||
$(CC) $(ALL_CFLAGS) -Wl,--gc-sections -o $@ applet/$(TARGET).cpp -L. applet/core.a $(LDFLAGS)
|
||||
|
||||
applet/core.a: $(OBJ)
|
||||
|
|
|
|||
Loading…
Reference in a new issue