summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-03 01:58:00 -0400
committerIan Moffett <ian@osmora.org>2025-08-03 01:59:43 -0400
commitc2d6e46a104e3ee7b9824e00bd54303a2215a402 (patch)
treee9fb76c281d69232f32a5c22d88e55ec274e602a /lib/Makefile
parent64f2e8e70e2fcfcaf311928578d2ee9894996f39 (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/Makefile1
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)