summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-19 12:04:21 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-19 12:04:21 +0000
commitba22ab1a2399e060e299c80cd8be415e918ae9a4 (patch)
treef848c1a31ed19dbb99d862a7315b08432164b2ce
parent9c0e5d8a26aceef5f656d1c4809d18bcfdaa2903 (diff)
downloadrockbox-ba22ab1a2399e060e299c80cd8be415e918ae9a4.tar.gz
rockbox-ba22ab1a2399e060e299c80cd8be415e918ae9a4.zip
Fixed scramble path and main target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1073 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index c62b8a6e9a..518217fc70 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -16,9 +16,9 @@ LIBS = -lgcc
16.c.o: 16.c.o:
17 sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -Wstrict-prototypes -c -o $@ $< 17 sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -Wstrict-prototypes -c -o $@ $<
18 18
19$(TARGET).out: $(TARGET).elf 19archos.mod: $(TARGET).elf
20 sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out 20 sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out
21 scramble $(TARGET).out archos.mod 21 ../tools/scramble $(TARGET).out archos.mod
22 22
23$(TARGET).elf: $(OBJS) 23$(TARGET).elf: $(OBJS)
24 sh-elf-gcc -nostartfiles $(OBJS) -lgcc -Wl,-Map,$(TARGET).map -o $(TARGET).elf -Tlinker.cfg 24 sh-elf-gcc -nostartfiles $(OBJS) -lgcc -Wl,-Map,$(TARGET).map -o $(TARGET).elf -Tlinker.cfg