diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-01-17 14:20:49 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:31:47 -0300 |
commit | 8112248a1b66440f6c562c2669aba6950ef48199 (patch) | |
tree | 28385b1a662af1e7793e932cb51c31821087fbd7 /drivers/staging/cxd2099/Makefile | |
parent | 4862d6b2e23f0573ef60c784341e05e1ac0804eb (diff) |
[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/staging/cxd2099/Makefile')
-rw-r--r-- | drivers/staging/cxd2099/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/cxd2099/Makefile b/drivers/staging/cxd2099/Makefile new file mode 100644 index 000000000000..72b14558c119 --- /dev/null +++ b/drivers/staging/cxd2099/Makefile @@ -0,0 +1,5 @@ +obj-$(CONFIG_DVB_CXD2099) += cxd2099.o + +EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/ +EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/ +EXTRA_CFLAGS += -Idrivers/media/common/tuners/ |