fix/kernel: Fixed ACPI tables
This commit is contained in:
parent
c15b93e001
commit
49867193d5
6 changed files with 73 additions and 63 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue