mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

This reverts commit e33fdb5a02
.
The saa7146-based devices are still in use, esp. for DVB. So move
these drivers back to mainline.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
7 lines
222 B
Makefile
7 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_VIDEO_MXB) += mxb.o
|
|
obj-$(CONFIG_VIDEO_HEXIUM_ORION) += hexium_orion.o
|
|
obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o
|
|
|
|
ccflags-y += -I$(srctree)/drivers/media/i2c
|