mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
Kernel/Net: Move Intel network adapters code to a separate directory
This commit is contained in:
parent
8b99fb26d9
commit
39d40afa93
6 changed files with 7 additions and 7 deletions
|
@ -164,8 +164,8 @@ set(KERNEL_SOURCES
|
|||
MiniStdLib.cpp
|
||||
Locking/LockRank.cpp
|
||||
Locking/Mutex.cpp
|
||||
Net/E1000ENetworkAdapter.cpp
|
||||
Net/E1000NetworkAdapter.cpp
|
||||
Net/Intel/E1000ENetworkAdapter.cpp
|
||||
Net/Intel/E1000NetworkAdapter.cpp
|
||||
Net/IPv4Socket.cpp
|
||||
Net/LocalSocket.cpp
|
||||
Net/LoopbackAdapter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue