X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FMakefile.tpl;h=e2ef60a233841357a27317b5c56b6ddb96e9642e;hb=880dd63bfcba522dab0a75cc63fdec1d04ff8c89;hp=0393b61961e10f4d0141553db274ac64771d8ea9;hpb=aaf78095af1e3646dbc22ae2cf663453f671e99d;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)