License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / staging / media / atomisp / i2c / imx / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
a49d2536
AC
2obj-$(CONFIG_VIDEO_IMX) += imx1x5.o
3
4imx1x5-objs := imx.o drv201.o ad5816g.o dw9714.o dw9719.o dw9718.o vcm.o otp.o otp_imx.o otp_brcc064_e2prom.o otp_e2prom.o
5
6ov8858_driver-objs := ../ov8858.o dw9718.o vcm.o
7obj-$(CONFIG_VIDEO_OV8858) += ov8858_driver.o
4c9ef4f1
MCC
8
9# HACK! While this driver is in bad shape, don't enable several warnings
10# that would be otherwise enabled with W=1
acc490bb
MCC
11ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
12ccflags-y += $(call cc-disable-warning, unused-const-variable)
13ccflags-y += $(call cc-disable-warning, missing-prototypes)
14ccflags-y += $(call cc-disable-warning, missing-declarations)