mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
Kernel/Net: Move NE2000 network adapter code to a separate directory
This commit is contained in:
parent
059a47afb6
commit
7991a92388
4 changed files with 3 additions and 3 deletions
|
@ -166,10 +166,10 @@ set(KERNEL_SOURCES
|
|||
Locking/Mutex.cpp
|
||||
Net/Intel/E1000ENetworkAdapter.cpp
|
||||
Net/Intel/E1000NetworkAdapter.cpp
|
||||
Net/NE2000/NetworkAdapter.cpp
|
||||
Net/IPv4Socket.cpp
|
||||
Net/LocalSocket.cpp
|
||||
Net/LoopbackAdapter.cpp
|
||||
Net/NE2000NetworkAdapter.cpp
|
||||
Net/NetworkAdapter.cpp
|
||||
Net/NetworkTask.cpp
|
||||
Net/NetworkingManagement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue