Skip to content

Commit

Permalink
[media] b2c2: frontends/tuners are not needed at the bridge binding
Browse files Browse the repository at this point in the history
The frontends/tuners are used inside the common part of the driver.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 14, 2012
1 parent 0013ca8 commit b3f5260
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/media/pci/b2c2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 0 additions & 2 deletions drivers/media/usb/b2c2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ b2c2-flexcop-usb-objs = flexcop-usb.o
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o

ccflags-y += -Idrivers/media/dvb-core/
ccflags-y += -Idrivers/media/dvb-frontends/
ccflags-y += -Idrivers/media/tuners/
ccflags-y += -Idrivers/media/common/b2c2/

0 comments on commit b3f5260

Please sign in to comment.