Skip to content

Commit

Permalink
arch: cxd56xx: Add gnss source to CMakeLists.txt
Browse files Browse the repository at this point in the history
Add a gnss source file to CMakeLists.txt.
  • Loading branch information
SPRESENSE committed Dec 4, 2024
1 parent 64b9e25 commit 35e1dba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/src/cxd56xx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit 35e1dba

Please sign in to comment.