aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-16 09:26:52 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-16 09:26:52 +0200
commit252df23b061b2bf54206da73e41faca600541ccc (patch)
treef21852c364287ac6dfbf5e90456b63933b50f4f9 /libs/acpi/CMakeLists.txt
parent27c654f3f0a069113b6abb70817cfe2c5096711e (diff)
downloadteachos-252df23b061b2bf54206da73e41faca600541ccc.tar.xz
teachos-252df23b061b2bf54206da73e41faca600541ccc.zip
acpi: introduce VLA table
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
-rw-r--r--libs/acpi/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt
index f850fe4..97c351b 100644
--- a/libs/acpi/CMakeLists.txt
+++ b/libs/acpi/CMakeLists.txt
@@ -19,12 +19,10 @@ file(GLOB_RECURSE ACPI_HEADERS
)
target_sources("acpi" PRIVATE
- "acpi/common/basic_table.cpp"
"acpi/common/checksum.cpp"
"acpi/common/table_header.cpp"
"acpi/madt.cpp"
"acpi/pointers.cpp"
- "acpi/sdt.cpp"
)
target_sources("acpi" PUBLIC
@@ -61,7 +59,6 @@ if(NOT CMAKE_CROSSCOMPILING)
set_source_files_properties("test_data/tables.S" PROPERTIES OBJECT_DEPENDS "${GENERATED_TABLE_BLOBS}")
add_executable("acpi_tests"
- "acpi/common/basic_table.test.cpp"
"acpi/common/table_header.test.cpp"
"acpi/madt.test.cpp"
"acpi/pointers.test.cpp"