mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 21:45:40 +07:00
![Andy Shevchenko](/assets/img/avatar_default.png)
Without this we have got the warnings like following if build with "make W=1 O=/var/tmp": cc1: warning: drivers/media/dvb/dvb-core: No such file or directory [enabled by default] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
11 lines
216 B
Makefile
11 lines
216 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/video/gspca
|
|
|