Skip to content

Commit dddd738

Browse files
nordicjmfabiobaltieri
authored andcommitted
modules: hal_nordic: nrfx: Use name for CMake library
Uses a name for this as the auto generared name is long Signed-off-by: Jamie McCrae <[email protected]>
1 parent ec72295 commit dddd738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
zephyr_library()
4+
zephyr_library_named("nrfx")
55

66
# The nrfx source directory can be override through the definition of the NRFX_DIR symbol
77
# during the invocation of the build system

0 commit comments

Comments
 (0)