6714b01263
Having the cards description into a separated file makes easier to maintain and follows the same standard as other drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
6 lines
155 B
Makefile
6 lines
155 B
Makefile
usbvision-objs := usbvision-core.o usbvision-i2c.o usbvision-cards.o
|
|
|
|
obj-$(CONFIG_VIDEO_USBVISION) += usbvision.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|