1
Fork 0
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:
Jelle Raaijmakers 2021-11-21 13:09:38 +01:00 committed by Andreas Kling
parent 4d302e0e88
commit 61d77274db
5 changed files with 4 additions and 4 deletions

View file

@ -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