diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 15:01:31 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-17 01:03:27 +0400 |
commit | 89c21389f2a48afb2fb24fdf74433950cb9b19a2 (patch) | |
tree | 8040807314c865a8ff810103a281be5a96d20faa /drivers/media/pci/cx25821/Makefile | |
parent | de9ea4cf7fd875460646f97c1f8addafe0454180 (diff) | |
download | linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.xz |
[media] cx25821: remove bogus dependencies
This driver doesn't use DVB, RC, cx25840 or tveeprom.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/Makefile')
-rw-r--r-- | drivers/media/pci/cx25821/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/pci/cx25821/Makefile b/drivers/media/pci/cx25821/Makefile index caa32b7b51f8..b54a32e88bd0 100644 --- a/drivers/media/pci/cx25821/Makefile +++ b/drivers/media/pci/cx25821/Makefile @@ -9,6 +9,3 @@ obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.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 |