6c190292c0
Start using the upstream Kconfig from LVGL and move the glue code out of the zephyr tree and put it under lvgl/zephyr/ in modules. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
11 lines
267 B
CMake
11 lines
267 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(NOT CONFIG_EXTERNAL_LIBC)
|
|
add_subdirectory(libc)
|
|
add_subdirectory(posix)
|
|
endif()
|
|
add_subdirectory(os)
|
|
add_subdirectory(util)
|
|
add_subdirectory_ifdef(CONFIG_SMF smf)
|
|
add_subdirectory_ifdef(CONFIG_OPENAMP open-amp)
|