ptos: xt: Add printf() port

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 05:32:26 +00:00
parent d21050c1e6
commit b88d0b0b9d
5 changed files with 1068 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@
include ../../mk/ptos.mk
CFILES = $(shell find . -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)