arch: cxd56xx: Add audio sources to CMakeLists.txt

Add audio source files to CMakeLists.txt.
This commit is contained in:
SPRESENSE 2024-06-25 16:45:07 +09:00 committed by Xiang Xiao
parent b4d6e585c2
commit 34426416e7
1 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,13 @@ if(CONFIG_CXD56_CHARGER)
list(APPEND SRCS cxd56_charger.c) list(APPEND SRCS cxd56_charger.c)
endif() endif()
if(CONFIG_AUDIO_CXD56)
list(APPEND SRCS cxd56_nxaudio.c)
if(CONFIG_AUDIO_CXD56_SRC)
list(APPEND SRCS cxd56_nxaudio_src.c)
endif()
endif()
if(CONFIG_CXD56_GE2D) if(CONFIG_CXD56_GE2D)
list(APPEND SRCS cxd56_ge2d.c) list(APPEND SRCS cxd56_ge2d.c)
endif() endif()