mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
Kernel/USB: Move USB related files to into specific directory
As the USB/UHCI driver grows in size, it'll be much cleaner to have all of the USB related files in one folder where they can be easily accessed :^)
This commit is contained in:
parent
8b6db78aa7
commit
0dbb9361b8
4 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ set(KERNEL_SOURCES
|
|||
Devices/RandomDevice.cpp
|
||||
Devices/SB16.cpp
|
||||
Devices/SerialDevice.cpp
|
||||
Devices/UHCIController.cpp
|
||||
Devices/USB/UHCIController.cpp
|
||||
Devices/VMWareBackdoor.cpp
|
||||
Devices/ZeroDevice.cpp
|
||||
Storage/Partition/DiskPartition.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue