ptos: drivers: Add bootvid driver stub

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 06:52:38 +00:00
parent 44f0afaddd
commit 912d262318
4 changed files with 52 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ include ../../mk/ptos.mk
CFILES = $(shell find . -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../drivers -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)