From c8af15a62a2c5edb9ff1f160cc68f4ed63c61511 Mon Sep 17 00:00:00 2001 From: schodet Date: Mon, 27 Jun 2005 22:38:53 +0000 Subject: Fix. --- n/avr/make/Makefile.gen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'n/avr/make/Makefile.gen') diff --git a/n/avr/make/Makefile.gen b/n/avr/make/Makefile.gen index d6fdcca..c68ce73 100644 --- a/n/avr/make/Makefile.gen +++ b/n/avr/make/Makefile.gen @@ -2,9 +2,9 @@ # Flags {{{1 -INCLUDES = -Imodules +INCLUDES = -I$(BASE) OPTIMIZE = -CFLAGS = -g -Wall $(OPTIMIZE) +CFLAGS = -g -Wall -W -Wundef -Werror $(OPTIMIZE) DEFS = CPPFLAGS = $(DEFS) $(INCLUDES) -MMD \ $(if $(CONFIGFILE),$(CONFIGFILE:%=-include %)) -- cgit v1.2.3