summaryrefslogtreecommitdiff
path: root/gdb/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 20:21:31 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 20:21:31 +0000
commitf9389fe9fb7a3b1e7285d00a58bc26273c05077b (patch)
tree03001d32f5787bb39571f3071886de0d5bcdfdc0 /gdb/Makefile
parentade48b800f7e487d1ba87bba27b70ef18770d190 (diff)
Cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@201 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/Makefile')
-rw-r--r--gdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index 2e36a7f80e..f61088effc 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -8,14 +8,13 @@
#
TARGET = stub
OBJS = start.o sh-stub.o
-#LIBS = -L/home/linus/sh1/lib/gcc-lib/sh-elf/3.0.4 -lgcc
LIBS = -lgcc
.s.o:
sh-elf-as -o $@ $<
.c.o:
- sh-elf-gcc -O -m1 -Wall -c -o $@ $<
+ sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -c -o $@ $<
$(TARGET).out: $(TARGET).elf
sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out