diff --git a/stm32h7/networking/CMakeLists.txt b/stm32h7/networking/CMakeLists.txt index 8ce157d..9e61958 100644 --- a/stm32h7/networking/CMakeLists.txt +++ b/stm32h7/networking/CMakeLists.txt @@ -1,7 +1,6 @@ # These are part of the RTEMS BSP for RTEMS if(FSFW_OSAL MATCHES freertos) target_sources(${TARGET_NAME} PRIVATE - app_ethernet.cpp ethernetif.c ) endif() @@ -11,5 +10,5 @@ target_sources(${TARGET_NAME} PRIVATE TmTcLwIpUdpBridge.cpp networking.cpp app_dhcp.cpp - + app_ethernet.cpp )