summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54fd11f4..8e80e65c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,11 @@
KERNEL=/local/src/linux-2.6-aiko-64
KINC=$(KERNEL)/drivers/usb/serial
-CFLAGS=-g -I$(KINC)
+WARN=-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes\
+ -Wmissing-declarations -Wnested-externs -fno-strict-aliasing
+CFLAGS=-g -I$(KINC) $(WARN)
-OBJS=ccdbg-command.o ccdbg-io.o cccp.o
+OBJS=ccdbg.o ccdbg-command.o ccdbg-io.o cccp.o
INCS=ccdbg.h cccp.h
PROG=ccdbg