only compiling ethernet.c etc for freertos
This commit is contained in:
parent
0ad5c91fc7
commit
27215b67aa
@ -1,7 +1,11 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
# 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
|
||||
UdpTcLwIpPollingTask.cpp
|
||||
TmTcLwIpUdpBridge.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user