diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 05:57:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-08 13:11:25 -0500 |
commit | f1c50f2489f40494658a6b7326bd6d5a26f72711 (patch) | |
tree | 69af5dd2ec1c65bea75976c51c3672e80fced0c1 /drivers/media/pci | |
parent | 625958207752519bd0e49d0dcdde61a20ac081b3 (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')
-rw-r--r-- | drivers/media/pci/bt8xx/Makefile | 1 | ||||
-rw-r--r-- | drivers/media/pci/cx23885/Makefile | 1 | ||||
-rw-r--r-- | drivers/media/pci/cx25821/Makefile | 1 | ||||
-rw-r--r-- | drivers/media/pci/cx88/Makefile | 1 |
4 files changed, 4 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 | |||
8 | ccflags-y += -Idrivers/media/dvb-core | 8 | ccflags-y += -Idrivers/media/dvb-core |
9 | ccflags-y += -Idrivers/media/dvb-frontends | 9 | ccflags-y += -Idrivers/media/dvb-frontends |
10 | ccflags-y += -Idrivers/media/i2c | 10 | ccflags-y += -Idrivers/media/i2c |
11 | ccflags-y += -Idrivers/media/common | ||
11 | ccflags-y += -Idrivers/media/tuners | 12 | ccflags-y += -Idrivers/media/tuners |
diff --git a/drivers/media/pci/cx23885/Makefile b/drivers/media/pci/cx23885/Makefile index a2cbdcf15a8c..2a2cafb8cf5b 100644 --- a/drivers/media/pci/cx23885/Makefile +++ b/drivers/media/pci/cx23885/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_VIDEO_CX23885) += cx23885.o | |||
8 | obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o | 8 | obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o |
9 | 9 | ||
10 | ccflags-y += -Idrivers/media/i2c | 10 | ccflags-y += -Idrivers/media/i2c |
11 | ccflags-y += -Idrivers/media/common | ||
11 | ccflags-y += -Idrivers/media/tuners | 12 | ccflags-y += -Idrivers/media/tuners |
12 | ccflags-y += -Idrivers/media/dvb-core | 13 | ccflags-y += -Idrivers/media/dvb-core |
13 | ccflags-y += -Idrivers/media/dvb-frontends | 14 | ccflags-y += -Idrivers/media/dvb-frontends |
diff --git a/drivers/media/pci/cx25821/Makefile b/drivers/media/pci/cx25821/Makefile index 5bf3ea4c1556..caa32b7b51f8 100644 --- a/drivers/media/pci/cx25821/Makefile +++ b/drivers/media/pci/cx25821/Makefile | |||
@@ -8,6 +8,7 @@ obj-$(CONFIG_VIDEO_CX25821) += cx25821.o | |||
8 | obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o | 8 | obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o |
9 | 9 | ||
10 | ccflags-y += -Idrivers/media/i2c | 10 | ccflags-y += -Idrivers/media/i2c |
11 | ccflags-y += -Idrivers/media/common | ||
11 | ccflags-y += -Idrivers/media/tuners | 12 | ccflags-y += -Idrivers/media/tuners |
12 | ccflags-y += -Idrivers/media/dvb-core | 13 | ccflags-y += -Idrivers/media/dvb-core |
13 | ccflags-y += -Idrivers/media/dvb-frontends | 14 | ccflags-y += -Idrivers/media/dvb-frontends |
diff --git a/drivers/media/pci/cx88/Makefile b/drivers/media/pci/cx88/Makefile index d3679c3ee248..8619c1becee2 100644 --- a/drivers/media/pci/cx88/Makefile +++ b/drivers/media/pci/cx88/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_VIDEO_CX88_DVB) += cx88-dvb.o | |||
11 | obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o | 11 | obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o |
12 | 12 | ||
13 | ccflags-y += -Idrivers/media/i2c | 13 | ccflags-y += -Idrivers/media/i2c |
14 | ccflags-y += -Idrivers/media/common | ||
14 | ccflags-y += -Idrivers/media/tuners | 15 | ccflags-y += -Idrivers/media/tuners |
15 | ccflags-y += -Idrivers/media/dvb-core | 16 | ccflags-y += -Idrivers/media/dvb-core |
16 | ccflags-y += -Idrivers/media/dvb-frontends | 17 | ccflags-y += -Idrivers/media/dvb-frontends |