diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-03 01:58:00 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-03 01:59:43 -0400 |
commit | c2d6e46a104e3ee7b9824e00bd54303a2215a402 (patch) | |
tree | e9fb76c281d69232f32a5c22d88e55ec274e602a /lib/Makefile | |
parent | 64f2e8e70e2fcfcaf311928578d2ee9894996f39 (diff) |
lib: Introduce initial liboda sources
Please refer to 'share/docs/lib/liboda.md' for more information on the
OSMORA Display Architecture (ODA).
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4ad104b..fc77815 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,3 +7,4 @@ ARGS = -I$(ROOT)/builddeps LDSCRIPT=$(LDSCRIPT) USRDIR=$(USRDIR) ROOT=$(ROOT) all: make -C libc/ $(ARGS) make -C libgfx/ $(ARGS) + make -C liboda/ $(ARGS) |