CoreE/Drivers/EthDrv/CMakeLists.txt
András Wiesner 0e8c11c081 initial
2026-03-09 23:20:43 +01:00

12 lines
161 B
CMake

add_subdirectory(phy_drv)
target_sources(
${CMAKE_PROJECT_NAME}
PUBLIC
mac_drv.c
mac_drv.h
eth_drv_etherlib.c
eth_drv_etherlib.h
)