You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-$(CONFIG_MSM_NPU) := msm_npu.o
|
|
msm_npu-objs := npu_dbg.o \
|
|
npu_dev.o \
|
|
npu_debugfs.o \
|
|
npu_host_ipc.o \
|
|
npu_hw_access.o \
|
|
npu_mgr.o
|
|
|