Input: wm97xx: add new AC97 bus support
[sfrench/cifs-2.6.git] / drivers / staging / media / atomisp / i2c / imx / Makefile
1 obj-$(CONFIG_VIDEO_IMX) += imx1x5.o
2
3 imx1x5-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
4
5 ov8858_driver-objs := ../ov8858.o dw9718.o vcm.o
6 obj-$(CONFIG_VIDEO_OV8858)     += ov8858_driver.o
7
8 # HACK! While this driver is in bad shape, don't enable several warnings
9 #       that would be otherwise enabled with W=1
10 ccflags-y += $(call cc-disable-warning, unused-but-set-variable)
11 ccflags-y += $(call cc-disable-warning, unused-const-variable)
12 ccflags-y += $(call cc-disable-warning, missing-prototypes)
13 ccflags-y += $(call cc-disable-warning, missing-declarations)