arch: cxd56xx: Add audio sources to CMakeLists.txt
Add audio source files to CMakeLists.txt.
This commit is contained in:
parent
b4d6e585c2
commit
34426416e7
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue