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:
simbit18 2025-08-20 10:56:57 +02:00 committed by Lup Yuen Lee
parent 2713c5e9df
commit d54fb6ad00

View file

@ -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()