diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-04-23 20:21:31 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-04-23 20:21:31 +0000 |
| commit | f9389fe9fb7a3b1e7285d00a58bc26273c05077b (patch) | |
| tree | 03001d32f5787bb39571f3071886de0d5bcdfdc0 /gdb/Makefile | |
| parent | ade48b800f7e487d1ba87bba27b70ef18770d190 (diff) | |
| download | rockbox-f9389fe9fb7a3b1e7285d00a58bc26273c05077b.zip rockbox-f9389fe9fb7a3b1e7285d00a58bc26273c05077b.tar.gz rockbox-f9389fe9fb7a3b1e7285d00a58bc26273c05077b.tar.bz2 rockbox-f9389fe9fb7a3b1e7285d00a58bc26273c05077b.tar.xz | |
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/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile b/gdb/Makefile index 2e36a7f..f61088e 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 |