1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4zephyr_library_sources(alh.c)
5zephyr_library_compile_options(-std=gnu99)
6