PMM and liballoc port

This commit is contained in:
2025-12-17 22:42:48 +01:00
parent 13fee12f59
commit f60d8d6861
32 changed files with 1202 additions and 12 deletions

View File

@@ -10,7 +10,8 @@ cflags += -nostdinc \
cflags += -isystem . -isystem c_headers/include
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
cflags += -DPRINTF_INCLUDE_CONFIG_H=1 \
-D_ALLOC_SKIP_DEFINE
ifeq ($(buildtype),debug)
cflags += -O0 -g