Skip to content

Commit

Permalink
[PATCH] v4l: 891: change config em28xx to config video em28xx
Browse files Browse the repository at this point in the history
- Change CONFIG_EM28XX to CONFIG_VIDEO_EM28XX

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>
  • Loading branch information
Michael Krufky authored and Linus Torvalds committed Nov 9, 2005
1 parent c2e0b62 commit 2ea55ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/em28xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
em28xx-input.o

obj-$(CONFIG_EM28XX) += em28xx.o
obj-$(CONFIG_EM28XX) += saa711x.o tvp5150.o
obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
obj-$(CONFIG_VIDEO_EM28XX) += saa711x.o tvp5150.o

EXTRA_CFLAGS += -I$(src)/..

0 comments on commit 2ea55ad

Please sign in to comment.