Skip to content

Commit 0fd3d0d

Browse files
nordicjmjukkar
authored andcommitted
nrf_compress: Fix library name
This was using the wrong CMake function Signed-off-by: Jamie McCrae <[email protected]>
1 parent 452a6db commit 0fd3d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/nrf_compress/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
zephyr_library(nrf_compress)
7+
zephyr_library_named(nrf_compress)
88
zephyr_library_sources(src/implementation.c)
99
zephyr_linker_sources(SECTIONS sections.ld)
1010
zephyr_iterable_section(NAME nrf_compress_implementation KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN CONFIG_LINKER_ITERABLE_SUBALIGN)

0 commit comments

Comments
 (0)