7 lines
177 B
Makefile
7 lines
177 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 += -Idrivers/media/video
|