1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4
5zephyr_library_sources(
6  ft8xx.c
7  ft8xx_common.c
8  ft8xx_copro.c
9  ft8xx_drv.c
10)
11