mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
drivers/audio/CMakeLists.txt: Aligned Cmake with Make
Add: fake audio driver https://github.com/apache/nuttx/pull/15295 Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -85,6 +85,10 @@ if(CONFIG_DRIVERS_AUDIO)
|
|||||||
list(APPEND SRCS audio_null.c)
|
list(APPEND SRCS audio_null.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(CONFIG_AUDIO_FAKE)
|
||||||
|
list(APPEND SRCS audio_fake.c)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(CONFIG_AUDIO_TONE)
|
if(CONFIG_AUDIO_TONE)
|
||||||
list(APPEND SRCS tone.c)
|
list(APPEND SRCS tone.c)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user