From 03e11e70643e23a13d97488f97d8475fde5a72ae Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 27 Jul 2016 12:15:15 +0200 Subject: [PATCH] Move font files to subdir --- Makefile | 2 +- source/{ => font}/font.h | 0 source/{ => font}/font_6x10.h | 0 source/{ => font}/font_acorn_8x8.h | 0 source/{ => font}/font_orig.h | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename source/{ => font}/font.h (100%) rename source/{ => font}/font_6x10.h (100%) rename source/{ => font}/font_acorn_8x8.h (100%) rename source/{ => font}/font_orig.h (100%) diff --git a/Makefile b/Makefile index ab69791..0c65772 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endif BUILD := build SOURCES := source source/fatfs source/nand source/abstraction DATA := data -INCLUDES := source source/fatfs source/nand +INCLUDES := source source/font source/fatfs source/nand #--------------------------------------------------------------------------------- # options for code generation diff --git a/source/font.h b/source/font/font.h similarity index 100% rename from source/font.h rename to source/font/font.h diff --git a/source/font_6x10.h b/source/font/font_6x10.h similarity index 100% rename from source/font_6x10.h rename to source/font/font_6x10.h diff --git a/source/font_acorn_8x8.h b/source/font/font_acorn_8x8.h similarity index 100% rename from source/font_acorn_8x8.h rename to source/font/font_acorn_8x8.h diff --git a/source/font_orig.h b/source/font/font_orig.h similarity index 100% rename from source/font_orig.h rename to source/font/font_orig.h