summaryrefslogtreecommitdiff
path: root/gdb/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-05-11 20:04:48 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-05-11 20:04:48 +0000
commit7958ea420f7151ffa02230f1441d3e1cbe717300 (patch)
tree0521edd72853878c9bb1e6ec0bb75df0a8865a78 /gdb/Makefile
parent81dfba4e3d12b89063b2e22345f34ea4e3380069 (diff)
Added ATA spindown
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@543 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/Makefile')
-rw-r--r--gdb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index e4a3154a52..c62b8a6e9a 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -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