diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-26 11:21:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-05-26 11:21:45 -0300 |
commit | 7ac2a0cdca5bb0c9c31c2691c298becb8d777077 (patch) | |
tree | 162102c8a0bc06bfadac75ca81a6517b0216f18a /linux/drivers/media/Makefile | |
parent | 775ba6a274cfac356d94849e5f33cd937a581d02 (diff) | |
download | mediapointer-dvb-s2-7ac2a0cdca5bb0c9c31c2691c298becb8d777077.tar.gz mediapointer-dvb-s2-7ac2a0cdca5bb0c9c31c2691c298becb8d777077.tar.bz2 |
Backport some miscelaneous trivial fixes from mainstream
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Summary of changes:
linux/drivers/media/Makefile | 2 ++
linux/drivers/media/common/tuners/mxl5005s.c | 1 -
linux/drivers/media/video/cx18/cx18-driver.c | 2 +-
linux/drivers/media/video/saa7134/saa7134-video.c | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/Makefile')
-rw-r--r-- | linux/drivers/media/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/Makefile b/linux/drivers/media/Makefile index 73f742c7e..cc11c4c0e 100644 --- a/linux/drivers/media/Makefile +++ b/linux/drivers/media/Makefile @@ -2,6 +2,8 @@ # Makefile for the kernel multimedia device drivers. # +obj-y := common/ + obj-$(CONFIG_VIDEO_MEDIA) += common/ # Since hybrid devices are here, should be compiled if DVB and/or V4L |