Merge all libs into libu
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 26s

This commit is contained in:
2026-04-12 13:45:37 +02:00
parent 55ff95c897
commit 6c01de8b0d
160 changed files with 131 additions and 692 deletions

View File

@@ -2,8 +2,8 @@ cc := clang
ld := ld.lld
o :=
c :=
ldflags += -L ../libsystem/build -l:libsystem.a
cflags += -isystem ../libsystem
ldflags += -L ../libu/build -l:libu.a
cflags += -isystem ../libu -DPRINTF_INCLUDE_CONFIG_H=1 -D"FAT_PRINTF(a)"
extra_deps +=
include src.mk