mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 13:22:15 +02:00
Add a new driver npu-ax3386-gpl, default compile as module. The default generated modules are: - vha.ko - img_mem.ko - vha_info.ko Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
9 lines
234 B
CMake
9 lines
234 B
CMake
# Locate the userspace headers of dmabuf_exporter
|
|
#
|
|
|
|
get_filename_component(DMABUF_EXPORTER_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
|
|
set (DMABUF_EXPORTER_FOUND TRUE)
|
|
set (DMABUF_EXPORTER_INCLUDE_DIR ${DMABUF_EXPORTER_PREFIX}/uapi)
|
|
|