mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
drivers/audio: Remove useless descriptions from CMakeLists.txt
Remove useless descriptions from CMakeLists.txt.
This commit is contained in:
@@ -23,13 +23,6 @@
|
|||||||
if(CONFIG_DRIVERS_AUDIO)
|
if(CONFIG_DRIVERS_AUDIO)
|
||||||
set(SRCS)
|
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)
|
if(CONFIG_AUDIO_VS1053)
|
||||||
list(APPEND SRCS vs1053.c)
|
list(APPEND SRCS vs1053.c)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user