mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Kernel: Move VMWareBackdoor to new directory in the Firmware directory
This commit is contained in:
parent
020bc0e218
commit
02566d8091
6 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,6 @@ set(KERNEL_SOURCES
|
|||
Devices/RandomDevice.cpp
|
||||
Devices/SelfTTYDevice.cpp
|
||||
Devices/SerialDevice.cpp
|
||||
Devices/VMWareBackdoor.cpp
|
||||
Devices/ZeroDevice.cpp
|
||||
Devices/HID/I8042Controller.cpp
|
||||
Devices/HID/HIDManagement.cpp
|
||||
|
@ -142,6 +141,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/VirtualFileSystem.cpp
|
||||
Firmware/ACPI/Initialize.cpp
|
||||
Firmware/ACPI/Parser.cpp
|
||||
Firmware/Hypervisor/VMWareBackdoor.cpp
|
||||
Firmware/MultiProcessor/Parser.cpp
|
||||
Firmware/BIOS.cpp
|
||||
Firmware/PowerStateSwitch.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue