summaryrefslogtreecommitdiff
path: root/digital/avr/make
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/make')
-rw-r--r--digital/avr/make/Makefile.gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/make/Makefile.gen b/digital/avr/make/Makefile.gen
index 2c1b34bb..bd9c672c 100644
--- a/digital/avr/make/Makefile.gen
+++ b/digital/avr/make/Makefile.gen
@@ -2,7 +2,7 @@
# Flags
-INCLUDES := -I$(BASE) -I$(BASE)/common
+INCLUDES := $(INCLUDES) -I$(BASE) -I$(BASE)/common
CFLAGS := -g -Wall -W -Wundef -Wno-unused-parameter -Wno-pointer-sign \
$(OPTIMIZE)
ASFLAGS := -Wa,--gstabs