summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
authorLeo C2014-08-21 11:36:14 +0200
committerLeo C2014-08-21 11:36:14 +0200
commit21a24f90c5aaaaf13f91716208b32cde163c5918 (patch)
treeefc6f9ebab5f84d3af20493821444f220b957962 /avr/Tupfile
parentdea9a31523216caa153c589426b175d52aa43634 (diff)
downloadz180-stamp-21a24f90c5aaaaf13f91716208b32cde163c5918.zip
Create include directory
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index 8d36e0b..60022d6 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -16,7 +16,9 @@ MCU_TARGET = atmega1281
F_CPU = 18432000UL
DEFS = -DF_CPU=$(F_CPU) -DBAUD=115200UL
-#INCLUDES += ../z180
+INCLUDES += -I$(TOP)/include
+
+#INCLUDES += -I../z180
###############################################################################
@@ -56,7 +58,7 @@ CFLAGS += -fshort-enums
#CFLAGS += -save-temps
-#CFLAGS += -I $(INCLUDES)
+CFLAGS += $(INCLUDES)
CPPFLAGS += $(DEFS)