mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Kernel/Net: Move Realtek network adapters code to a separate directory
This commit is contained in:
parent
7991a92388
commit
7e8beadd57
6 changed files with 6 additions and 6 deletions
|
@ -167,14 +167,14 @@ set(KERNEL_SOURCES
|
|||
Net/Intel/E1000ENetworkAdapter.cpp
|
||||
Net/Intel/E1000NetworkAdapter.cpp
|
||||
Net/NE2000/NetworkAdapter.cpp
|
||||
Net/Realtek/RTL8139NetworkAdapter.cpp
|
||||
Net/Realtek/RTL8168NetworkAdapter.cpp
|
||||
Net/IPv4Socket.cpp
|
||||
Net/LocalSocket.cpp
|
||||
Net/LoopbackAdapter.cpp
|
||||
Net/NetworkAdapter.cpp
|
||||
Net/NetworkTask.cpp
|
||||
Net/NetworkingManagement.cpp
|
||||
Net/RTL8139NetworkAdapter.cpp
|
||||
Net/RTL8168NetworkAdapter.cpp
|
||||
Net/Routing.cpp
|
||||
Net/Socket.cpp
|
||||
Net/TCPSocket.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue