diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:38:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:28 -0500 |
commit | 15871a2905b84d6dba9013dbcbd9c79ace694ffb (patch) | |
tree | e60291a8fd62cabe5306d73db3fdd4a33ed6d575 /drivers/media/video/em28xx/Makefile | |
parent | 404b32fb3d93c17f994ad4b1d852ce4ca682ff8b (diff) |
[PATCH] v4l: 889: add em28xx to kernel build
- Add em28xx to kernel build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
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/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/Makefile b/drivers/media/video/em28xx/Makefile new file mode 100644 index 000000000000..573d2b878445 --- /dev/null +++ b/drivers/media/video/em28xx/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \ | ||
2 | em28xx-input.o | ||
3 | |||
4 | obj-$(CONFIG_EM28XX) += em28xx.o | ||
5 | obj-$(CONFIG_EM28XX) += saa711x.o tvp5150.o | ||
6 | |||
7 | EXTRA_CFLAGS += -I$(src)/.. | ||