diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
| commit | 776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (patch) | |
| tree | 06b094e66f1a15a4282fc6294ab5d4751b792754 /libs/acpi/CMakeLists.txt | |
| parent | 28cae58fe117e5fcfc46fd6378e19387cd73b2fe (diff) | |
| download | teachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.tar.xz teachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.zip | |
acpi: introduce XSDT type
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
| -rw-r--r-- | libs/acpi/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt index 833dcea..55d5b54 100644 --- a/libs/acpi/CMakeLists.txt +++ b/libs/acpi/CMakeLists.txt @@ -23,6 +23,7 @@ target_sources("acpi" PRIVATE "acpi/common/table_header.cpp" "acpi/data/madt.cpp" "acpi/data/rsdt.cpp" + "acpi/data/xsdt.cpp" "acpi/pointers.cpp" ) @@ -44,6 +45,7 @@ if(NOT CMAKE_CROSSCOMPILING) "basic_madt" "basic_rsdt" "basic_rsdp" + "basic_xsdt" "table_header" ) @@ -63,6 +65,7 @@ if(NOT CMAKE_CROSSCOMPILING) "acpi/common/table_header.test.cpp" "acpi/data/madt.test.cpp" "acpi/data/rsdt.test.cpp" + "acpi/data/xsdt.test.cpp" "acpi/pointers.test.cpp" "test_data/tables.S" |
