From 573fb2b016993092781c59f9f0adf8386e246286 Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:41:00 +0900 Subject: [PATCH] drivers/audio: Remove useless descriptions from CMakeLists.txt Remove useless descriptions from CMakeLists.txt. --- drivers/audio/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/audio/CMakeLists.txt b/drivers/audio/CMakeLists.txt index 012a5b7e5c..4fe4b34c9c 100644 --- a/drivers/audio/CMakeLists.txt +++ b/drivers/audio/CMakeLists.txt @@ -23,13 +23,6 @@ if(CONFIG_DRIVERS_AUDIO) set(SRCS) - if(CONFIG_AUDIO_CXD56) - list(APPEND SRCS cxd56.c) - if(CONFIG_AUDIO_CXD56_SRC) - list(APPEND SRCS cxd56_src.c) - endif() - endif() - if(CONFIG_AUDIO_VS1053) list(APPEND SRCS vs1053.c) endif()