mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

In order to be compatible with more MDP3 chip settings in further, integrate and separate chip-related configurations into specific files. Signed-off-by: Moudy Ho <moudy.ho@mediatek.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
7 lines
240 B
Makefile
7 lines
240 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
mtk-mdp3-y += mdp_cfg_data.o mtk-mdp3-core.o mtk-mdp3-vpu.o mtk-mdp3-regs.o
|
|
mtk-mdp3-y += mtk-mdp3-m2m.o
|
|
mtk-mdp3-y += mtk-mdp3-comp.o mtk-mdp3-cmdq.o
|
|
|
|
obj-$(CONFIG_VIDEO_MEDIATEK_MDP3) += mtk-mdp3.o
|