aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-02-06 05:57:57 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-08 13:11:25 -0500
commitf1c50f2489f40494658a6b7326bd6d5a26f72711 (patch)
tree69af5dd2ec1c65bea75976c51c3672e80fced0c1 /drivers/media/pci/bt8xx
parent625958207752519bd0e49d0dcdde61a20ac081b3 (diff)
[media] btcx-risc: move from media/i2c to media/common
The btcx-risc module is a helper module for bttv/conexant based TV cards. It isn't an i2c module at all, instead it should be in common since it is used by 4 pci drivers. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/bt8xx')
-rw-r--r--drivers/media/pci/bt8xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/bt8xx/Makefile b/drivers/media/pci/bt8xx/Makefile
index 5f06597c6a6e..f9fe7c4e7d53 100644
--- a/drivers/media/pci/bt8xx/Makefile
+++ b/drivers/media/pci/bt8xx/Makefile
@@ -8,4 +8,5 @@ obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
8ccflags-y += -Idrivers/media/dvb-core 8ccflags-y += -Idrivers/media/dvb-core
9ccflags-y += -Idrivers/media/dvb-frontends 9ccflags-y += -Idrivers/media/dvb-frontends
10ccflags-y += -Idrivers/media/i2c 10ccflags-y += -Idrivers/media/i2c
11ccflags-y += -Idrivers/media/common
11ccflags-y += -Idrivers/media/tuners 12ccflags-y += -Idrivers/media/tuners