diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 23:43:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 23:52:53 -0300 |
commit | b3f52608ba7b4c231621d7e4e9e1bfd8a390f910 (patch) | |
tree | 9420696f7e53a68f718b02b706b0ec0ed7f50b79 /drivers/media/pci/b2c2 | |
parent | 0013ca8c52ba7bb1030ed75d6df7e58af0314018 (diff) | |
download | talos-obmc-linux-b3f52608ba7b4c231621d7e4e9e1bfd8a390f910.tar.gz talos-obmc-linux-b3f52608ba7b4c231621d7e4e9e1bfd8a390f910.zip |
[media] b2c2: frontends/tuners are not needed at the bridge binding
The frontends/tuners are used inside the common part of the driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/b2c2')
-rw-r--r-- | drivers/media/pci/b2c2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/pci/b2c2/Makefile b/drivers/media/pci/b2c2/Makefile index e90e2366265e..aedcac1dceb9 100644 --- a/drivers/media/pci/b2c2/Makefile +++ b/drivers/media/pci/b2c2/Makefile @@ -6,6 +6,4 @@ b2c2-flexcop-pci-objs = flexcop-pci.o obj-$(CONFIG_DVB_B2C2_FLEXCOP_PCI) += b2c2-flexcop-pci.o ccflags-y += -Idrivers/media/dvb-core/ -ccflags-y += -Idrivers/media/dvb-frontends/ -ccflags-y += -Idrivers/media/common/tuners/ ccflags-y += -Idrivers/media/common/b2c2/ |