zephyr/drivers/misc/ft8xx/CMakeLists.txt
Hubert Miś 7d8f78a08b drv: display: Initial FT800 display driver
This patch includes initial support for FT800 display driver.
It includes basic features. It can be easily extended with more
FT800 display list and co-processor features.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2021-03-19 19:05:53 +01:00

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
)