mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
More cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@202 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9389fe9fb
commit
88c398ab81
2 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ LIBS = -lgcc
|
|||
sh-elf-as -o $@ $<
|
||||
|
||||
.c.o:
|
||||
sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -c -o $@ $<
|
||||
sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -Wstrict-prototypes -c -o $@ $<
|
||||
|
||||
$(TARGET).out: $(TARGET).elf
|
||||
sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue