We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452a6db commit 0fd3d0dCopy full SHA for 0fd3d0d
subsys/nrf_compress/CMakeLists.txt
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
#
6
7
-zephyr_library(nrf_compress)
+zephyr_library_named(nrf_compress)
8
zephyr_library_sources(src/implementation.c)
9
zephyr_linker_sources(SECTIONS sections.ld)
10
zephyr_iterable_section(NAME nrf_compress_implementation KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN CONFIG_LINKER_ITERABLE_SUBALIGN)
0 commit comments