mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 10:33:13 +00:00

Prepare the folder structure for a second Chips&Media driver. Move the Coda driver to a sub-directory. Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
7 lines
227 B
Makefile
7 lines
227 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpeg.o
|
|
|
|
obj-$(CONFIG_VIDEO_CODA) += coda-vpu.o
|
|
obj-$(CONFIG_VIDEO_IMX_VDOA) += imx-vdoa.o
|