From 5c4659ab2958f0537414f3a299febda68670fca8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 8 Mar 2010 17:49:06 +0000 Subject: Correct search&replace error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25073 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/dualboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rbutil') diff --git a/rbutil/mkamsboot/dualboot/Makefile b/rbutil/mkamsboot/dualboot/Makefile index 938e8a7d50..e5bca91e21 100644 --- a/rbutil/mkamsboot/dualboot/Makefile +++ b/rbutil/mkamsboot/dualboot/Makefile @@ -42,10 +42,10 @@ nrv2e_d8.o: nrv2e_d8.S # Rules for the ARM code embedded in mkamsboot - assemble, link, then extract # 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 $@ $< -%.arm-bin: %.$(CROSS_PREFIX) +%.arm-bin: %.arm-elf $(CROSS_PREFIX)-objcopy -O binary $< $@ ../dualboot.c ../dualboot.h: $(BOOTBINS) bin2c -- cgit v1.2.3