mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:09:48 +07:00
8112248a1b
This driver is abusing the kernel<=>userspace API, due to the lack of a proper solution for it. A discussion were done at: http://www.mail-archive.com/linux-media@vger.kernel.org/msg22196.html But there's not a solution for it yet. So, move the driver to staging, while we don't have a final solution. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 lines
366 B
Makefile
15 lines
366 B
Makefile
#
|
|
# Makefile for the nGene device driver
|
|
#
|
|
|
|
ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o
|
|
|
|
obj-$(CONFIG_DVB_NGENE) += ngene.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners/
|
|
|
|
# For the staging CI driver cxd2099
|
|
EXTRA_CFLAGS += -Idrivers/staging/cxd2099/
|