mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 05:49:10 +07:00
0c0d06cac6
Rename all USB drivers with their own directory under drivers/media/video into drivers/media/usb and update the building system. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
11 lines
214 B
Makefile
11 lines
214 B
Makefile
obj-$(CONFIG_USB_GL860) += gspca_gl860.o
|
|
|
|
gspca_gl860-objs := gl860.o \
|
|
gl860-mi1320.o \
|
|
gl860-ov2640.o \
|
|
gl860-ov9655.o \
|
|
gl860-mi2020.o
|
|
|
|
ccflags-y += -I$(srctree)/drivers/media/usb/gspca
|
|
|