X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2FMakefile;h=225928c39cce38f152c91b6af8a82bcfbe7a2947;hb=e29b02ca55d580b2f7f10d1093c3d6ad1bc59458;hp=b5a6db0a3d86166caace2d56149793be953bbb4d;hpb=331dc848912bb4c55d267b770503228f1c048a30;p=tpg%2Facess2.git diff --git a/Kernel/Makefile b/Kernel/Makefile index b5a6db0a..225928c3 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -16,7 +16,7 @@ MAKEDEP = $(CC) -M CPPFLAGS += -I./include -I./arch/$(ARCHDIR)/include CPPFLAGS += -DARCH=$(ARCH) -DARCHDIR=$(ARCHDIR) -DKERNEL_VERSION=$(KERNEL_VERSION) -DBUILD_NUM=$(BUILD_NUM) -CFLAGS += -Wall -Werror -O3 -fno-stack-protector -fno-builtin +CFLAGS += -Wall -Werror -O3 -fno-stack-protector -fno-builtin -Wstrict-prototypes ASFLAGS += -D ARCH=\"$(ARCH)\" -D ARCHDIR=\"$(ARCHDIR)\" LDFLAGS += -T arch/$(ARCHDIR)/link.ld