diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 09:28:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 09:28:16 +0200 |
| commit | 89f1c730fb9daf4a5da0748934ca5befd90eb731 (patch) | |
| tree | 9c6bcecf35fe3cfbbfe36e3e31482242327fc0b0 /libs/acpi/CMakeLists.txt | |
| parent | 252df23b061b2bf54206da73e41faca600541ccc (diff) | |
| download | teachos-89f1c730fb9daf4a5da0748934ca5befd90eb731.tar.xz teachos-89f1c730fb9daf4a5da0748934ca5befd90eb731.zip | |
acpi: move madt to data
Diffstat (limited to 'libs/acpi/CMakeLists.txt')
| -rw-r--r-- | libs/acpi/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt index 97c351b..f6e484c 100644 --- a/libs/acpi/CMakeLists.txt +++ b/libs/acpi/CMakeLists.txt @@ -21,7 +21,7 @@ file(GLOB_RECURSE ACPI_HEADERS target_sources("acpi" PRIVATE "acpi/common/checksum.cpp" "acpi/common/table_header.cpp" - "acpi/madt.cpp" + "acpi/data/madt.cpp" "acpi/pointers.cpp" ) @@ -60,7 +60,7 @@ if(NOT CMAKE_CROSSCOMPILING) add_executable("acpi_tests" "acpi/common/table_header.test.cpp" - "acpi/madt.test.cpp" + "acpi/data/madt.test.cpp" "acpi/pointers.test.cpp" "test_data/tables.S" |
