11 lines
140 B
CMake
11 lines
140 B
CMake
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
zephyr_library()
|
||
|
|
||
|
zephyr_library_sources(
|
||
|
ft8xx.c
|
||
|
ft8xx_common.c
|
||
|
ft8xx_copro.c
|
||
|
ft8xx_drv.c
|
||
|
)
|