only compiling ethernet.c etc for freertos

This commit is contained in:
Robin Müller 2021-07-16 12:20:47 +02:00
parent 0ad5c91fc7
commit 27215b67aa
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,11 @@
# These are part of the RTEMS BSP for RTEMS
if(FSFW_OSAL MATCHES freertos)
app_dhcp.c
app_ethernet.c
ethernetif.c
endif()
target_sources(${TARGET_NAME} PRIVATE
app_dhcp.c
app_ethernet.c
ethernetif.c
UdpTcLwIpPollingTask.cpp
TmTcLwIpUdpBridge.cpp
)