Fixed dependency problem in compressed firmware build. (archos recorder v1)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8950 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
06d085a952
commit
761652abf7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ $(OBJDIR)/compressed.bin : $(OBJDIR)/compressed.elf
|
|||
@echo "OBJCOPY "`basename $@`
|
||||
$(SILENT)$(OC) -O binary $< $@
|
||||
|
||||
$(OBJDIR)/compressed.elf : $(LINKFILE)
|
||||
$(OBJDIR)/compressed.elf : $(OBJS) $(LINKFILE)
|
||||
@echo "LD `basename $@`"
|
||||
$(SILENT)$(CC) $(GCCOPTS) -Os -nostdlib -o $@ $(OBJS) -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/compressed.map
|
||||
|
||||
|
|
Loading…
Reference in a new issue