summaryrefslogtreecommitdiff
path: root/n/avr/make/Makefile.gen
diff options
context:
space:
mode:
authorschodet2005-06-27 22:38:53 +0000
committerschodet2005-06-27 22:38:53 +0000
commitc8af15a62a2c5edb9ff1f160cc68f4ed63c61511 (patch)
tree62796add129c3478ce87bb6f65147d68aabb2f59 /n/avr/make/Makefile.gen
parent942a27d4d9ade76aefdf4ca487dd0a87405132bd (diff)
Fix.
Diffstat (limited to 'n/avr/make/Makefile.gen')
-rw-r--r--n/avr/make/Makefile.gen4
1 files changed, 2 insertions, 2 deletions
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 %))