1
0
Fork 0

fix/kernel: Fixed ACPI tables

This commit is contained in:
Kevin Alavik 2025-06-01 14:46:22 +02:00
parent c15b93e001
commit 49867193d5
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
6 changed files with 73 additions and 63 deletions

View file

@ -69,6 +69,12 @@ ifeq ($(CONFIG_ENABLE_FLANTERM),y)
CFLAGS += -I../external/flanterm/ -DFLANTERM_SUPPORT=1
endif
ifeq ($(CONFIG_LARGE_PAGES),y)
CFLAGS += -DLARGE_PAGES=1
else
CFLAGS += -DLARGE_PAGES=0
endif
EXCLUDE_SRCS := \
src/mm/heap/ff.c \
../external/flanterm/flanterm.c \