drivers/audio: Remove useless descriptions from CMakeLists.txt
Remove useless descriptions from CMakeLists.txt.
This commit is contained in:
parent
00c821eaa7
commit
573fb2b016
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user