compiling app_ethernet as well

This commit is contained in:
Robin Müller 2021-07-16 13:42:28 +02:00
parent 253780d5d4
commit 172df0b570
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 2 deletions

View File

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