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