reactos/drivers/network/dd/CMakeLists.txt
Mark Jansen 4561998a45 [E1000] Create an initial driver skeleton
Based on the rtl8139 driver written by Cameron Gutman

CORE-14675
2019-02-07 19:48:54 +01:00

6 lines
100 B
CMake

add_subdirectory(e1000)
add_subdirectory(ne2000)
add_subdirectory(pcnet)
add_subdirectory(rtl8139)