mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Added ATA spindown
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
81dfba4e3d
commit
7958ea420f
3 changed files with 50 additions and 190 deletions
|
@ -7,7 +7,7 @@
|
|||
# $Id$
|
||||
#
|
||||
TARGET = stub
|
||||
OBJS = start.o sh-stub.o
|
||||
OBJS = start.o sh-stub.o
|
||||
LIBS = -lgcc
|
||||
|
||||
.s.o:
|
||||
|
@ -27,5 +27,4 @@ clean:
|
|||
rm $(OBJS) $(TARGET).map $(TARGET).elf $(TARGET).out archos.mod
|
||||
|
||||
start.o: start.s
|
||||
stub.o: stub.c
|
||||
s-stub.o: sh-stub.c
|
||||
sh-stub.o: sh-stub.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue