diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-13 16:16:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-13 16:16:43 +0100 |
commit | 5bc7fcc00507bbc5ff5bf957a1589209f8495534 (patch) | |
tree | f18969c395f6e74e0f299948e376abbe74577f68 /res | |
parent | 41a4f5309ef298da764bf1dca1254e734a4417f0 (diff) | |
download | kogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.tar.gz kogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.zip |
Shell begins to be usefull.
Diffstat (limited to 'res')
-rw-r--r-- | res/fonts/Makefile | 2 | ||||
-rw-r--r-- | res/fonts/pcvga.c | 2 | ||||
-rw-r--r-- | res/keymaps/Makefile | 2 | ||||
-rw-r--r-- | res/keymaps/fr.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/res/fonts/Makefile b/res/fonts/Makefile index 9a2a6b3..758bbcf 100644 --- a/res/fonts/Makefile +++ b/res/fonts/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../../src/lib/include -std=c11 +CFLAGS=-I../../src/lib/include/proto -std=c11 AS=nasm ASFLAGS=-fbin diff --git a/res/fonts/pcvga.c b/res/fonts/pcvga.c index b646eb8..b520171 100644 --- a/res/fonts/pcvga.c +++ b/res/fonts/pcvga.c @@ -1,6 +1,6 @@ #include <stdio.h> -#include <proto/font_file.h> +#include <font_file.h> char font_data[256][16] = { /* 0x00 */ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, diff --git a/res/keymaps/Makefile b/res/keymaps/Makefile index 3e7a755..147a60d 100644 --- a/res/keymaps/Makefile +++ b/res/keymaps/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../../src/lib/include -std=c11 +CFLAGS=-I../../src/lib/include/proto -std=c11 all: fr.km diff --git a/res/keymaps/fr.c b/res/keymaps/fr.c index 04f086e..f3139eb 100644 --- a/res/keymaps/fr.c +++ b/res/keymaps/fr.c @@ -1,6 +1,6 @@ #include <stdio.h> -#include <proto/keymap_file.h> +#include <keymap_file.h> keymap_t fr_keymap = { { // normal |