mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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)
|
||||
endif()
|
||||
|
||||
if(CONFIG_AUDIO_FAKE)
|
||||
list(APPEND SRCS audio_fake.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_AUDIO_TONE)
|
||||
list(APPEND SRCS tone.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user