1obj-$(CONFIG_VIDEO_ATOMISP_OV5693) += atomisp-ov5693.o
2
3# HACK! While this driver is in bad shape, don't enable several warnings
4#       that would be otherwise enabled with W=1
5ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
6ccflags-y += $(call cc-disable-warning, unused-const-variable)
7ccflags-y += $(call cc-disable-warning, missing-prototypes)
8ccflags-y += $(call cc-disable-warning, missing-declarations)
9