From 7e382391f32b1133c646a0184e2f426dbfc9f1d9 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 29 Jul 2026 08:22:12 +0200 Subject: kernel: improve minor number allocation --- arch/x86_64/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64/CMakeLists.txt') diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 30c84b16..19022b5f 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -51,7 +51,7 @@ target_sources("x86_64" PRIVATE # Drivers "arch/drivers/init.cpp" - "arch/drivers/lapic.cpp" + "arch/drivers/cpu/lapic.cpp" "arch/drivers/pit.cpp" # Memory management -- cgit v1.2.3