dba4a18073
The code will be used to control the vsp1 driver from the DU driver without using video nodes. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 lines
265 B
Makefile
8 lines
265 B
Makefile
vsp1-y := vsp1_drv.o vsp1_entity.o vsp1_pipe.o
|
|
vsp1-y += vsp1_video.o
|
|
vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
|
|
vsp1-y += vsp1_hsit.o vsp1_lif.o vsp1_lut.o
|
|
vsp1-y += vsp1_bru.o vsp1_sru.o vsp1_uds.o
|
|
|
|
obj-$(CONFIG_VIDEO_RENESAS_VSP1) += vsp1.o
|