diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 14:12:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 15:41:37 -0400 |
commit | d1677dc31ac1918f6a91e77ab74d456df01f2bb2 (patch) | |
tree | 643800823d727f3c958ac3ab2f52024752cfd585 /drivers/media/Makefile | |
parent | e5cdf69d36f667d9840ce050abbe4a95c2a6b536 (diff) |
[media] move parallel port/isa video drivers to drivers/media/parport/
We should keep just the I2C drivers under drivers/media/video, and
then rename it to drivers/media/i2c.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Makefile')
-rw-r--r-- | drivers/media/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/Makefile b/drivers/media/Makefile index 3265a9a216df..360c44dec3e4 100644 --- a/drivers/media/Makefile +++ b/drivers/media/Makefile | |||
@@ -8,8 +8,8 @@ ifeq ($(CONFIG_MEDIA_CONTROLLER),y) | |||
8 | obj-$(CONFIG_MEDIA_SUPPORT) += media.o | 8 | obj-$(CONFIG_MEDIA_SUPPORT) += media.o |
9 | endif | 9 | endif |
10 | 10 | ||
11 | obj-y += v4l2-core/ tuners/ common/ rc/ video/ | 11 | obj-y += tuners/ common/ rc/ video/ |
12 | obj-y += pci/ usb/ mmc/ firewire/ parport/ | ||
12 | 13 | ||
13 | obj-$(CONFIG_VIDEO_DEV) += radio/ | 14 | obj-$(CONFIG_VIDEO_DEV) += radio/ v4l2-core/ |
14 | obj-$(CONFIG_DVB_CORE) += dvb-core/ pci/ dvb-frontends/ usb/ mmc/ | 15 | obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb-frontends/ |
15 | obj-$(CONFIG_DVB_FIREDTV) += firewire/ | ||