X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FMakefile.tpl;h=e2ef60a233841357a27317b5c56b6ddb96e9642e;hb=0ed3c2bc91919b70e3e2269209de528ef61404f0;hp=0393b61961e10f4d0141553db274ac64771d8ea9;hpb=341da8d5cb692850e10b89cf5442ddf3186be07c;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Makefile.tpl b/KernelLand/Modules/Makefile.tpl index 0393b619..e2ef60a2 100644 --- a/KernelLand/Modules/Makefile.tpl +++ b/KernelLand/Modules/Makefile.tpl @@ -14,6 +14,7 @@ CPPFLAGS += -DARCH=$(ARCH) -DARCH_is_$(ARCH) -DARCHDIR_is_$(ARCHDIR) CPPFLAGS += $(_CPPFLAGS) CPPFLAGS += $(LIBINCLUDES) CFLAGS := -std=gnu99 -Wall -fno-stack-protector -g -O3 +CFLAGS += -Werror ifneq ($(CATEGORY),) FULLNAME := $(CATEGORY)_$(NAME)