forked from len0rd/rockbox
mkamsboot binary depends on the same object files than libmkamsboot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24763 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a37e43cfba
commit
a63b225a14
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS)
|
||||||
$(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^
|
$(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^
|
||||||
|
|
||||||
# building the standalone executable
|
# building the standalone executable
|
||||||
$(OUTPUT): $(OBJS) $(EXTRADEPS)
|
$(OUTPUT): $(OBJS) $(LIBOBJS) $(EXTRADEPS)
|
||||||
@echo LD $@
|
@echo LD $@
|
||||||
$(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)
|
$(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue