summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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