Skip to content

Commit 0db6218

Browse files
committed
CMake add COMPONENT_WHD in emac
1 parent ead29d6 commit 0db6218

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connectivity/drivers/emac/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS)
2525
add_subdirectory(TARGET_Silicon_Labs)
2626
endif()
2727

28+
if("WHD" IN_LIST MBED_TARGET_LABELS)
29+
add_subdirectory(COMPONENT_WHD)
30+
endif()
31+
2832
target_link_libraries(mbed-emac
2933
INTERFACE
3034
mbed-netsocket

0 commit comments

Comments
 (0)