arch: cxd56xx: Add gnss source to CMakeLists.txt
Add a gnss source file to CMakeLists.txt.
This commit is contained in:
parent
573fb2b016
commit
b4d6e585c2
@ -163,4 +163,8 @@ if(CONFIG_CXD56_HOSTIF)
|
|||||||
list(APPEND SRCS cxd56_hostif.c)
|
list(APPEND SRCS cxd56_hostif.c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(CONFIG_CXD56_GNSS_HEAP)
|
||||||
|
list(APPEND SRCS cxd56_gnssheap.c)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_sources(arch PRIVATE ${SRCS})
|
target_sources(arch PRIVATE ${SRCS})
|
||||||
|
Loading…
Reference in New Issue
Block a user