aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-08 21:38:37 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:29 -0800
commitb296fc6017e0ec6bc6cd0f40275f268035eb6b8b (patch)
treece2b956c3bdd9e730bcddd4f03372a56131cd365 /drivers/media/video/em28xx/Makefile
parent[PATCH] v4l: 897: saa7146 fix (diff)
downloadlinux-dev-b296fc6017e0ec6bc6cd0f40275f268035eb6b8b.tar.xz
linux-dev-b296fc6017e0ec6bc6cd0f40275f268035eb6b8b.zip
[PATCH] v4l: 898: em2820 i2c fix
- Miscelaneous fixes for em28xx - I2C hardware named changed to wright value. - utsname included to em28xx-video.c - Makefile fixes. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/Makefile')
-rw-r--r--drivers/media/video/em28xx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/Makefile b/drivers/media/video/em28xx/Makefile
index a5ea678b8c29..da457a05b0dd 100644
--- a/drivers/media/video/em28xx/Makefile
+++ b/drivers/media/video/em28xx/Makefile
@@ -2,6 +2,5 @@ em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
em28xx-input.o
obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
-obj-$(CONFIG_VIDEO_EM28XX) += saa711x.o tvp5150.o
EXTRA_CFLAGS += -I$(src)/..