Files
my-os-project2/kernel/hal/x86_64/uACPI/source/files.cmake
2025-08-17 18:37:57 +02:00

22 lines
289 B
CMake

uacpi_add_sources(
tables.c
types.c
uacpi.c
utilities.c
interpreter.c
opcodes.c
namespace.c
stdlib.c
shareable.c
opregion.c
default_handlers.c
io.c
notify.c
sleep.c
registers.c
resources.c
event.c
mutex.c
osi.c
)