Skip to content

Commit d137e8b

Browse files
Link LwIP for EMW3080B
1 parent 518bce0 commit d137e8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

connectivity/drivers/wifi/TARGET_STM/COMPONENT_EMW3080B/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ target_sources(mbed-wifi
2222
mx_wifi/core/mx_wifi_slip.c
2323
)
2424

25+
# This driver needs utility functions from LwIP
26+
target_link_libraries(mbed-wifi
27+
PRIVATE
28+
mbed-lwipstack
29+
)
30+
2531
# Link override object file coming from static library anyway
2632
#
2733
# NOTE: This linker option is to pretend undefined symbol and won't cause

0 commit comments

Comments
 (0)