forked from luck/tmp_suning_uos_patched
8 lines
205 B
Makefile
8 lines
205 B
Makefile
|
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)/..
|