X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FMakefile.tpl;h=f1c31a57fa11fd0a610c8732f7d6f2db1841d634;hb=7eb6db3530ddbc4443e92ffc0e1e9d5a50acee47;hp=53a059f06eaf814f05b387012defa880d800f889;hpb=10246cf5c1aabc9d8d148286496e6b2f5781fd91;p=tpg%2Facess2.git diff --git a/Modules/Makefile.tpl b/Modules/Makefile.tpl index 53a059f0..f1c31a57 100644 --- a/Modules/Makefile.tpl +++ b/Modules/Makefile.tpl @@ -13,7 +13,7 @@ CPPFLAGS := -I$(ACESSDIR)/Kernel/include -I$(ACESSDIR)/Kernel/arch/$(ARCHDIR)/in CPPFLAGS += -DARCH=$(ARCH) -DARCH_is_$(ARCH) -DARCHDIR_is_$(ARCHDIR) CPPFLAGS += $(_CPPFLAGS) CPPFLAGS += $(LIBINCLUDES) -CFLAGS := -std=gnu99 -Wall -Werror -fno-stack-protector -g -O3 +CFLAGS := -std=gnu99 -Wall -fno-stack-protector -g -O3 ifneq ($(CATEGORY),) FULLNAME := $(CATEGORY)_$(NAME)