diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-06-19 12:04:21 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-19 12:04:21 +0000 |
commit | ba22ab1a2399e060e299c80cd8be415e918ae9a4 (patch) | |
tree | f848c1a31ed19dbb99d862a7315b08432164b2ce /gdb/Makefile | |
parent | 9c0e5d8a26aceef5f656d1c4809d18bcfdaa2903 (diff) |
Fixed scramble path and main target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1073 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/Makefile')
-rw-r--r-- | gdb/Makefile | 4 |
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 .c.o: sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -Wstrict-prototypes -c -o $@ $< -$(TARGET).out: $(TARGET).elf +archos.mod: $(TARGET).elf sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out - scramble $(TARGET).out archos.mod + ../tools/scramble $(TARGET).out archos.mod $(TARGET).elf: $(OBJS) sh-elf-gcc -nostartfiles $(OBJS) -lgcc -Wl,-Map,$(TARGET).map -o $(TARGET).elf -Tlinker.cfg |