Updated makefiles and ABI symbols for base.

This commit is contained in:
Michael Mueller
2022-10-20 17:04:52 +02:00
parent e4041147ff
commit f4e1b9faaa
3 changed files with 22 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ SRC_CC += lib/base/avl_tree.cc
SRC_CC += lib/base/console.cc
SRC_CC += lib/base/elf_binary.cc
SRC_CC += lib/base/heap.cc
SRC_CC += lib/base/regional_heap.cc
SRC_CC += lib/base/registry.cc
SRC_CC += lib/base/log.cc
SRC_CC += lib/base/output.cc