mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Correct search&replace error.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d98520859f
commit
5c4659ab29
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@ nrv2e_d8.o: nrv2e_d8.S
|
||||||
# Rules for the ARM code embedded in mkamsboot - assemble, link, then extract
|
# Rules for the ARM code embedded in mkamsboot - assemble, link, then extract
|
||||||
# the binary code and finally convert to .h for building in mkamsboot
|
# the binary code and finally convert to .h for building in mkamsboot
|
||||||
|
|
||||||
%.$(CROSS_PREFIX): %.o
|
%.arm-elf: %.o
|
||||||
$(CROSS_PREFIX)-ld -e 0 -Ttext=0 -o $@ $<
|
$(CROSS_PREFIX)-ld -e 0 -Ttext=0 -o $@ $<
|
||||||
|
|
||||||
%.arm-bin: %.$(CROSS_PREFIX)
|
%.arm-bin: %.arm-elf
|
||||||
$(CROSS_PREFIX)-objcopy -O binary $< $@
|
$(CROSS_PREFIX)-objcopy -O binary $< $@
|
||||||
|
|
||||||
../dualboot.c ../dualboot.h: $(BOOTBINS) bin2c
|
../dualboot.c ../dualboot.h: $(BOOTBINS) bin2c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue