diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-17 17:20:49 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 00:31:47 +0100 |
commit | 8112248a1b66440f6c562c2669aba6950ef48199 (patch) | |
tree | 28385b1a662af1e7793e932cb51c31821087fbd7 /drivers/media/dvb/ngene/Makefile | |
parent | [media] stv090x: 22kHz workaround must also be performed for the 2nd frontend (diff) | |
download | linux-8112248a1b66440f6c562c2669aba6950ef48199.tar.xz linux-8112248a1b66440f6c562c2669aba6950ef48199.zip |
[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/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/dvb/ngene/Makefile b/drivers/media/dvb/ngene/Makefile index 00d12d6c4618..2bc96874d044 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/ |