diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 09:37:41 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 09:37:41 +0200 |
| commit | b31c47b32d91b0b85245ed30f1751cd5cbc397cf (patch) | |
| tree | a9a1f0a4c63b654b1feadbed94be0ad7d63f76a8 /libs/acpi/CMakeLists.txt | |
| parent | 89f1c730fb9daf4a5da0748934ca5befd90eb731 (diff) | |
| download | teachos-b31c47b32d91b0b85245ed30f1751cd5cbc397cf.tar.xz teachos-b31c47b32d91b0b85245ed30f1751cd5cbc397cf.zip | |
acpi: add rsdt type
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
| -rw-r--r-- | libs/acpi/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt index f6e484c..833dcea 100644 --- a/libs/acpi/CMakeLists.txt +++ b/libs/acpi/CMakeLists.txt @@ -22,6 +22,7 @@ target_sources("acpi" PRIVATE "acpi/common/checksum.cpp" "acpi/common/table_header.cpp" "acpi/data/madt.cpp" + "acpi/data/rsdt.cpp" "acpi/pointers.cpp" ) @@ -61,6 +62,7 @@ if(NOT CMAKE_CROSSCOMPILING) add_executable("acpi_tests" "acpi/common/table_header.test.cpp" "acpi/data/madt.test.cpp" + "acpi/data/rsdt.test.cpp" "acpi/pointers.test.cpp" "test_data/tables.S" |
