mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
Kernel: Add missing x86_64 files to CMakeLists.txt
This commit is contained in:
parent
fb09661420
commit
97dde51a9b
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…
Add table
Add a link
Reference in a new issue