summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile')
-rw-r--r--gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index f61088effc..e4a3154a52 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -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