You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
205 B
8 lines
205 B
20 years ago
|
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
|
||
|
|
||
|
EXTRA_CFLAGS += -I$(src)/..
|