We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead29d6 commit 0db6218Copy full SHA for 0db6218
connectivity/drivers/emac/CMakeLists.txt
@@ -25,6 +25,10 @@ elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS)
25
add_subdirectory(TARGET_Silicon_Labs)
26
endif()
27
28
+if("WHD" IN_LIST MBED_TARGET_LABELS)
29
+ add_subdirectory(COMPONENT_WHD)
30
+endif()
31
+
32
target_link_libraries(mbed-emac
33
INTERFACE
34
mbed-netsocket
0 commit comments