From 8d35aa7075253ad0a9edd972590f224f1ab919ac Mon Sep 17 00:00:00 2001 From: Raffael Rostagno Date: Mon, 9 Dec 2024 14:40:22 -0300 Subject: [PATCH] hal: mcpwm: esp32: Remove unused file Remove unused mcpwm HAL file from compile config. Signed-off-by: Raffael Rostagno --- zephyr/esp32/CMakeLists.txt | 5 ----- zephyr/esp32s3/CMakeLists.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/zephyr/esp32/CMakeLists.txt b/zephyr/esp32/CMakeLists.txt index 2d1e543fb3..3f589fbc05 100644 --- a/zephyr/esp32/CMakeLists.txt +++ b/zephyr/esp32/CMakeLists.txt @@ -198,11 +198,6 @@ if(CONFIG_SOC_SERIES_ESP32) ../../components/hal/ledc_hal.c ) - zephyr_sources_ifdef( - CONFIG_MCPWM_ESP32 - ../../components/hal/mcpwm_hal.c - ) - zephyr_sources_ifdef( CONFIG_PCNT_ESP32 ../../components/hal/pcnt_hal.c diff --git a/zephyr/esp32s3/CMakeLists.txt b/zephyr/esp32s3/CMakeLists.txt index 3af261e0b0..24b4d4584d 100644 --- a/zephyr/esp32s3/CMakeLists.txt +++ b/zephyr/esp32s3/CMakeLists.txt @@ -194,11 +194,6 @@ if(CONFIG_SOC_SERIES_ESP32S3) ../../components/hal/ledc_hal.c ) - zephyr_sources_ifdef( - CONFIG_MCPWM_ESP32 - ../../components/hal/mcpwm_hal.c - ) - zephyr_sources_ifdef( CONFIG_PCNT_ESP32 ../../components/hal/pcnt_hal.c