summaryrefslogtreecommitdiff
path: root/n/avr/make/Makefile.gen
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/make/Makefile.gen')
-rw-r--r--n/avr/make/Makefile.gen3
1 files changed, 2 insertions, 1 deletions
diff --git a/n/avr/make/Makefile.gen b/n/avr/make/Makefile.gen
index 5193e43..0fa9b98 100644
--- a/n/avr/make/Makefile.gen
+++ b/n/avr/make/Makefile.gen
@@ -3,7 +3,8 @@
# Flags
INCLUDES := -I$(BASE) -I$(BASE)/common
-CFLAGS := -g -Wall -W -Wundef -Wno-unused-parameter $(OPTIMIZE)
+CFLAGS := -g -Wall -W -Wundef -Wno-unused-parameter -Wno-pointer-sign \
+ $(OPTIMIZE)
ASFLAGS := -Wa,--gstabs
CPPFLAGS := $(DEFS) $(INCLUDES) -MMD \
$(if $(CONFIGFILE),$(CONFIGFILE:%=-include %))