mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00

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>
10 lines
214 B
Makefile
10 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
|
|
|