b6d9ed095d
The trickle algorithm files are clearly a library so move them under lib/ directory. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
8 lines
97 B
CMake
8 lines
97 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(
|
|
trickle.c
|
|
)
|