diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-04 14:23:40 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-04 14:23:40 +0000 |
commit | dcb90726549eea6b843bc9813a84aecb974258a1 (patch) | |
tree | 1f8d33428921a01bee0b4fbeb320d10e11b64be0 /linux/drivers/media/video/em28xx/Makefile | |
parent | 21ba85cb3bf57653bfb793d6fe00e81e0831fae4 (diff) | |
download | mediapointer-dvb-s2-dcb90726549eea6b843bc9813a84aecb974258a1.tar.gz mediapointer-dvb-s2-dcb90726549eea6b843bc9813a84aecb974258a1.tar.bz2 |
kernel-sync:
- 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>
Diffstat (limited to 'linux/drivers/media/video/em28xx/Makefile')
-rw-r--r-- | linux/drivers/media/video/em28xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/Makefile b/linux/drivers/media/video/em28xx/Makefile index a5ea678b8..da457a05b 100644 --- a/linux/drivers/media/video/em28xx/Makefile +++ b/linux/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)/.. |