summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ngene/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-01-17 14:20:49 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 20:31:47 -0300
commit8112248a1b66440f6c562c2669aba6950ef48199 (patch)
tree28385b1a662af1e7793e932cb51c31821087fbd7 /drivers/media/dvb/ngene/Makefile
parent4862d6b2e23f0573ef60c784341e05e1ac0804eb (diff)
downloadop-kernel-dev-8112248a1b66440f6c562c2669aba6950ef48199.zip
op-kernel-dev-8112248a1b66440f6c562c2669aba6950ef48199.tar.gz
[media] Move CI cxd2099 driver to staging
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>
Diffstat (limited to 'drivers/media/dvb/ngene/Makefile')
-rw-r--r--drivers/media/dvb/ngene/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/dvb/ngene/Makefile b/drivers/media/dvb/ngene/Makefile
index 00d12d6..2bc9687 100644
--- a/drivers/media/dvb/ngene/Makefile
+++ b/drivers/media/dvb/ngene/Makefile
@@ -2,10 +2,13 @@
# Makefile for the nGene device driver
#
-ngene-objs := ngene-core.o ngene-i2c.o ngene-cards.o ngene-dvb.o cxd2099.o
+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/
OpenPOWER on IntegriCloud