]> cloudbase.mooo.com Git - z180-stamp.git/commitdiff
Create include directory
authorLeo C <erbl259-lmu@yahoo.de>
Thu, 21 Aug 2014 09:36:14 +0000 (11:36 +0200)
committerLeo C <erbl259-lmu@yahoo.de>
Thu, 21 Aug 2014 09:36:14 +0000 (11:36 +0200)
17 files changed:
avr/Tupfile
include/background.h [moved from avr/background.h with 100% similarity]
include/cli.h [moved from avr/cli.h with 100% similarity]
include/cli_readline.h [moved from avr/cli_readline.h with 100% similarity]
include/cmd_mem.h [moved from avr/cmd_mem.h with 100% similarity]
include/command.h [moved from avr/command.h with 100% similarity]
include/common.h [moved from avr/common.h with 100% similarity]
include/con-utils.h [moved from avr/con-utils.h with 100% similarity]
include/config.h [moved from avr/config.h with 100% similarity]
include/crc.h [moved from avr/crc.h with 100% similarity]
include/debug.h [moved from avr/debug.h with 100% similarity]
include/env.h [moved from avr/env.h with 100% similarity]
include/ring.h [moved from avr/ring.h with 100% similarity]
include/serial.h [moved from avr/serial.h with 100% similarity]
include/timer.h [moved from avr/timer.h with 100% similarity]
include/xmalloc.h [moved from avr/xmalloc.h with 100% similarity]
include/z80-if.h [moved from avr/z80-if.h with 100% similarity]

index 8d36e0b6c06ca7d6e91b064dc5feffbf4e304419..60022d64e0a4accb231f5b0362aa76f1ddf5be87 100644 (file)
@@ -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)
 
similarity index 100%
rename from avr/background.h
rename to include/background.h
similarity index 100%
rename from avr/cli.h
rename to include/cli.h
similarity index 100%
rename from avr/cli_readline.h
rename to include/cli_readline.h
similarity index 100%
rename from avr/cmd_mem.h
rename to include/cmd_mem.h
similarity index 100%
rename from avr/command.h
rename to include/command.h
similarity index 100%
rename from avr/common.h
rename to include/common.h
similarity index 100%
rename from avr/con-utils.h
rename to include/con-utils.h
similarity index 100%
rename from avr/config.h
rename to include/config.h
similarity index 100%
rename from avr/crc.h
rename to include/crc.h
similarity index 100%
rename from avr/debug.h
rename to include/debug.h
similarity index 100%
rename from avr/env.h
rename to include/env.h
similarity index 100%
rename from avr/ring.h
rename to include/ring.h
similarity index 100%
rename from avr/serial.h
rename to include/serial.h
similarity index 100%
rename from avr/timer.h
rename to include/timer.h
similarity index 100%
rename from avr/xmalloc.h
rename to include/xmalloc.h
similarity index 100%
rename from avr/z80-if.h
rename to include/z80-if.h