arch: cxd56xx: Add gnss source to CMakeLists.txt

Add a gnss source file to CMakeLists.txt.
This commit is contained in:
SPRESENSE 2024-06-25 16:44:23 +09:00 committed by Xiang Xiao
parent 573fb2b016
commit b4d6e585c2

View File

@ -163,4 +163,8 @@ if(CONFIG_CXD56_HOSTIF)
list(APPEND SRCS cxd56_hostif.c)
endif()
if(CONFIG_CXD56_GNSS_HEAP)
list(APPEND SRCS cxd56_gnssheap.c)
endif()
target_sources(arch PRIVATE ${SRCS})