diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-06 15:03:41 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-08 22:12:29 +0400 |
commit | a393edad2a1d5a53918bfb5ac1608fb8d17068dc (patch) | |
tree | 316a5731ecc2e3cdd631c3da6a2b324dfb19ec5b /drivers/media/common/Makefile | |
parent | f1c50f2489f40494658a6b7326bd6d5a26f72711 (diff) | |
download | linux-a393edad2a1d5a53918bfb5ac1608fb8d17068dc.tar.xz |
[media] tveeprom: move from media/i2c to media/common
The tveeprom module is a helper module for Hauppauge-based eeproms.
It's used by many drivers and the i2c part is actually optional, so this
driver is better placed in the media/common directory.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/Makefile')
-rw-r--r-- | drivers/media/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/Makefile b/drivers/media/common/Makefile index cfe34499d993..8f8d18755d15 100644 --- a/drivers/media/common/Makefile +++ b/drivers/media/common/Makefile @@ -1,3 +1,4 @@ obj-y += b2c2/ saa7146/ siano/ obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o +obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o |