mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fixed scramble path and main target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c0e5d8a26
commit
ba22ab1a23
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue