Skip to content

Commit 6fd1163

Browse files
committed
tests: asset_tracker_v2: Add native_posix conf where needed
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y needs to be enabled in order to build event manager successfully. Signed-off-by: Robert Lubos <[email protected]>
1 parent 8645035 commit 6fd1163

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The following option is required to silence the linker warning about orphan
2+
# sections. The event manager header files uses orphan sections.
3+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The following option is required to silence the linker warning about orphan
2+
# sections. The event manager header files uses orphan sections.
3+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y

0 commit comments

Comments
 (0)