mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Kernel: Move SB16 to Audio subdirectory
This commit is contained in:
parent
4d302e0e88
commit
61d77274db
5 changed files with 4 additions and 4 deletions
|
@ -43,6 +43,7 @@ set(KERNEL_SOURCES
|
|||
CommandLine.cpp
|
||||
Coredump.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
Devices/Audio/SB16.cpp
|
||||
Devices/BlockDevice.cpp
|
||||
Devices/CharacterDevice.cpp
|
||||
Devices/ConsoleDevice.cpp
|
||||
|
@ -56,7 +57,6 @@ set(KERNEL_SOURCES
|
|||
Devices/PCISerialDevice.cpp
|
||||
Devices/PCSpeaker.cpp
|
||||
Devices/RandomDevice.cpp
|
||||
Devices/SB16.cpp
|
||||
Devices/SerialDevice.cpp
|
||||
Devices/VMWareBackdoor.cpp
|
||||
Devices/ZeroDevice.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue