aboutsummaryrefslogtreecommitdiff
path: root/kernel/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/CMakeLists.txt')
-rw-r--r--kernel/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt
index 67db0a8..8af6fe7 100644
--- a/kernel/CMakeLists.txt
+++ b/kernel/CMakeLists.txt
@@ -1,6 +1,9 @@
add_library("kernel_objs" OBJECT
# Platform-independent KAPI implementation
"kapi/acpi.cpp"
+ "kapi/acpi/multiple_apic_description_table.cpp"
+ "kapi/acpi/pointers.cpp"
+ "kapi/acpi/system_description_table_header.cpp"
"kapi/boot_modules.cpp"
"kapi/cio.cpp"
"kapi/cpu.cpp"