Skip to content

Commit

Permalink
arch: cxd56xx: Add audio sources to CMakeLists.txt
Browse files Browse the repository at this point in the history
Add audio source files to CMakeLists.txt.
  • Loading branch information
SPRESENSE committed Jun 28, 2024
1 parent fc45e9a commit f18e107
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/src/cxd56xx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ if(CONFIG_CXD56_CHARGER)
list(APPEND SRCS cxd56_charger.c)
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)
list(APPEND SRCS cxd56_ge2d.c)
endif()
Expand Down

0 comments on commit f18e107

Please sign in to comment.