1
Fork 0
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:
Liav A 2021-12-25 10:58:04 +02:00 committed by Brian Gianforcaro
parent 8b99fb26d9
commit 39d40afa93
6 changed files with 7 additions and 7 deletions

View file

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