mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 05:25:11 +07:00
![Mauro Carvalho Chehab](/assets/img/avatar_default.png)
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
|