mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +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>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
ifeq ($(CONFIG_VHA_NEXEF), y)
|
|
obj-$(CONFIG_VHA) += nexef_platform/
|
|
endif
|
|
obj-$(CONFIG_VHA) += vha/ img_mem/
|
|
obj-$(CONFIG_LOKI) += fenrir_loki/
|
|
|
|
subdir-ccflags-y += -I$(src)/include
|