stos: bootvid: Add bootvid driver stub

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 03:24:50 +00:00
parent 800568f996
commit b588cc0217
4 changed files with 52 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ include ../../mk/stos.mk
CFILES = $(shell find ../init -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")
CFILES += $(shell find bpal -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)