From 7cdf97492af20592e480865956e94ed2ac00c636 Mon Sep 17 00:00:00 2001 From: pennam Date: Tue, 16 Mar 2021 09:34:26 +0100 Subject: [PATCH] CMake remove COMPONENT_WHD from emac/TARGET_Cypress --- connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt b/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt index 9c4697181d..748188c205 100644 --- a/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt +++ b/connectivity/drivers/emac/TARGET_Cypress/CMakeLists.txt @@ -4,7 +4,3 @@ if("SCL" IN_LIST MBED_TARGET_LABELS) add_subdirectory(COMPONENT_SCL) endif() - -if("WHD" IN_LIST MBED_TARGET_LABELS) - add_subdirectory(COMPONENT_WHD) -endif()