diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-17 15:20:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-17 15:20:57 +0200 |
| commit | 824cc5a96f8a6f666a5c963897c8ab9076b48373 (patch) | |
| tree | 3c0f28e79702487f4ebcc12cf5d94bc3ef751887 /kernel/CMakeLists.txt | |
| parent | 44f28c5ceafafd88b68de6fe2c05fac332ff3c33 (diff) | |
| download | kernel-824cc5a96f8a6f666a5c963897c8ab9076b48373.tar.xz kernel-824cc5a96f8a6f666a5c963897c8ab9076b48373.zip | |
kapi: add power management support to drivers
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index dd72051d..d286b2aa 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -19,6 +19,7 @@ target_sources("kernel_lib" PRIVATE "kapi/devices/driver_registry.cpp" "kapi/devices/error.cpp" "kapi/devices/facet_registry.cpp" + "kapi/devices/power.cpp" "kapi/filesystem.cpp" "kapi/interrupts.cpp" "kapi/memory.cpp" |
