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 6732793 commit 0614118Copy full SHA for 0614118
connectivity/drivers/emac/CMakeLists.txt
@@ -20,8 +20,6 @@ elseif("Cypress" IN_LIST MBED_TARGET_LABELS)
20
add_subdirectory(TARGET_Cypress)
21
elseif("Freescale_EMAC" IN_LIST MBED_TARGET_LABELS)
22
add_subdirectory(TARGET_Freescale_EMAC)
23
-elseif("GD_EMAC" IN_LIST MBED_TARGET_LABELS)
24
- add_subdirectory(TARGET_GD_EMAC)
25
elseif("NUVOTON_EMAC" IN_LIST MBED_TARGET_LABELS)
26
add_subdirectory(TARGET_NUVOTON_EMAC)
27
elseif("NXP_EMAC" IN_LIST MBED_TARGET_LABELS)
0 commit comments