summaryrefslogtreecommitdiff
path: root/drivers/media/pci/cx23885/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2014-08-10 06:26:01 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-08 10:01:00 -0300
commit4d63a25c4523b5d18e5307897d56aff785f43bf5 (patch)
treeb17311a8d01f28fa57429e4031de00f60ff3067b /drivers/media/pci/cx23885/Makefile
parent96f233e97587a7f6c0f47476118cdb9a23a9ebe0 (diff)
[media] cx23885: remove btcx-risc dependency
It's just as easy to do it in the driver. This dependency only uses a fraction of the btcx-risc module and doing it directly in the driver adds only a few lines. The btcx-risc module is really meant for the bttv driver, not for other drivers. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/cx23885/Makefile')
-rw-r--r--drivers/media/pci/cx23885/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/cx23885/Makefile b/drivers/media/pci/cx23885/Makefile
index 2a2cafb8cf5b..a2cbdcf15a8c 100644
--- a/drivers/media/pci/cx23885/Makefile
+++ b/drivers/media/pci/cx23885/Makefile
@@ -8,7 +8,6 @@ obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o
ccflags-y += -Idrivers/media/i2c
-ccflags-y += -Idrivers/media/common
ccflags-y += -Idrivers/media/tuners
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends