mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
mkamsboot: fix linking (typo from r23520)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23571 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
64ac121e2c
commit
a721007e39
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ libmkamsboot$(RBARCH).a: $(LIBOBJS)
|
||||||
# building the standalone executable
|
# building the standalone executable
|
||||||
$(OUTPUT): $(OBJS) $(EXTRADEPS)
|
$(OUTPUT): $(OBJS) $(EXTRADEPS)
|
||||||
@echo LD $@
|
@echo LD $@
|
||||||
$(SILENT)$(CC) $(CFLAGS) -o$(OUTPUT) $(OBJS) $(EXTRADEPS)
|
$(SILENT)$(CC) $(CFLAGS) -o $(OUTPUT) $(OBJS) $(EXTRADEPS)
|
||||||
|
|
||||||
# some trickery to build ppc and i386 from a single call
|
# some trickery to build ppc and i386 from a single call
|
||||||
ifeq ($(RBARCH),)
|
ifeq ($(RBARCH),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue