b296fc6017
- 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>
7 lines
167 B
Makefile
7 lines
167 B
Makefile
em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
|
|
em28xx-input.o
|
|
|
|
obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
|
|
|
|
EXTRA_CFLAGS += -I$(src)/..
|