License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / staging / media / atomisp / i2c / ov5693 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_VIDEO_OV5693) += ov5693.o
3
4 # HACK! While this driver is in bad shape, don't enable several warnings
5 #       that would be otherwise enabled with W=1
6 ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
7 ccflags-y += $(call cc-disable-warning, unused-const-variable)
8 ccflags-y += $(call cc-disable-warning, missing-prototypes)
9 ccflags-y += $(call cc-disable-warning, missing-declarations)