X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=8e80e65c587a874e7391acf3dc87ad86014d7500;hb=01cb2799875e086ee6096627c058ee235bbc33d5;hp=54fd11f4ed2b695f188966ee0c9cf33106bafd11;hpb=0ffe4ef870b0e564789a1990aeab5b6651868e5b;p=fw%2Faltos 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