linux-imx/drivers/mxc/vpu/Makefile
Ming Qian 3da7830fca LF-10543-1: mxc: vpu: wave6: initialize v4l2 driver
move imx95 vpu code to the directory mxc/vpu, it's based on the
following commit of linux-2.6-testbuild:
commit bf91eb171538 ("media: wave6: vpu: initialize v4l2 driver")
driver version is 1.3.6

change the config to CONFIG_MXC_VIDEO_WAVE6
change the compatible to fsl,cnm633c-vpu

to be removed from path mxc/vpu after the wave6 vpu driver upstreamed.

Signed-off-by: Ming Qian <ming.qian@nxp.com>
Reviewed-by: TaoJiang <tao.jiang_2@nxp.com>
2023-11-15 15:14:34 +09:00

172 B

Makefile for the VPU drivers.

obj-y += wave6/

obj-$(CONFIG_MXC_VPU) += mxc_vpu.o

ifeq ($(CONFIG_MXC_VPU_DEBUG),y) EXTRA_CFLAGS += -DDEBUG endif