Skip to content

Commit 0614118

Browse files
authored
Remove GD_EMAC target from build configuration
Removed GD_EMAC target from CMakeLists.txt.
1 parent 6732793 commit 0614118

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

connectivity/drivers/emac/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ elseif("Cypress" IN_LIST MBED_TARGET_LABELS)
2020
add_subdirectory(TARGET_Cypress)
2121
elseif("Freescale_EMAC" IN_LIST MBED_TARGET_LABELS)
2222
add_subdirectory(TARGET_Freescale_EMAC)
23-
elseif("GD_EMAC" IN_LIST MBED_TARGET_LABELS)
24-
add_subdirectory(TARGET_GD_EMAC)
2523
elseif("NUVOTON_EMAC" IN_LIST MBED_TARGET_LABELS)
2624
add_subdirectory(TARGET_NUVOTON_EMAC)
2725
elseif("NXP_EMAC" IN_LIST MBED_TARGET_LABELS)

0 commit comments

Comments
 (0)