From: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 2b40126..df074dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC= gcc OBJS= ctl.o efi.o -CFLAGS= -I../../linux-pnfs.working/include +CFLAGS= -I../../linux-pnfs.working/include -Wall ctl: $(OBJS) $(CC) -o ctl $(OBJS) -levent -lpthread -lparted -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html