mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Add missing x86_64 files to CMakeLists.txt
This commit is contained in:
parent
fb09661420
commit
97dde51a9b
Notes:
sideshowbarker
2024-07-17 08:37:36 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/97dde51a9b Pull-request: https://github.com/SerenityOS/serenity/pull/15467 Issue: https://github.com/SerenityOS/serenity/issues/15444 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/fuel-pcbox Reviewed-by: https://github.com/supercomputer7
1 changed files with 12 additions and 0 deletions
|
@ -366,9 +366,16 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
Arch/x86_64/Hypervisor/BochsDisplayConnector.cpp
|
||||
Arch/x86_64/Hypervisor/VMWareBackdoor.cpp
|
||||
|
||||
Arch/x86_64/I8042Reboot.cpp
|
||||
Arch/x86_64/Interrupts/APIC.cpp
|
||||
Arch/x86_64/Interrupts/IOAPIC.cpp
|
||||
Arch/x86_64/Interrupts/PIC.cpp
|
||||
Arch/x86_64/Time/APICTimer.cpp
|
||||
Arch/x86_64/Time/HPET.cpp
|
||||
Arch/x86_64/Time/HPETComparator.cpp
|
||||
Arch/x86_64/Time/PIT.cpp
|
||||
Arch/x86_64/Time/RTC.cpp
|
||||
Arch/x86_64/PCSpeaker.cpp
|
||||
|
||||
Arch/x86_64/ISABus/HID/PS2KeyboardDevice.cpp
|
||||
Arch/x86_64/ISABus/HID/PS2MouseDevice.cpp
|
||||
|
@ -382,6 +389,11 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
|
||||
Arch/x86_64/VGA/IOArbiter.cpp
|
||||
|
||||
Arch/x86_64/RTC.cpp
|
||||
Arch/x86_64/ScopedCritical.cpp
|
||||
Arch/x86_64/Shutdown.cpp
|
||||
Arch/x86_64/SmapDisabler.cpp
|
||||
|
||||
# TODO: Share these with the aarch64 build
|
||||
Interrupts/SpuriousInterruptHandler.cpp
|
||||
kprintf.cpp
|
||||
|
|
Loading…
Reference in a new issue