In order to cleanup the main platform media directory, move NXP drivers to their own directory. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
8 lines
241 B
Makefile
8 lines
241 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += imx-jpeg/
|
|
|
|
obj-$(CONFIG_VIDEO_IMX_MIPI_CSIS) += imx-mipi-csis.o
|
|
obj-$(CONFIG_VIDEO_IMX_PXP) += imx-pxp.o
|
|
obj-$(CONFIG_VIDEO_MX2_EMMAPRP) += mx2_emmaprp.o
|
|
obj-$(CONFIG_VIDEO_VIU) += fsl-viu.o
|