Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / drivers / media / platform / soc_camera / Makefile
1 obj-$(CONFIG_SOC_CAMERA) += soc_camera.o soc_mediabus.o
2 obj-$(CONFIG_SOC_CAMERA_SCALE_CROP) += soc_scale_crop.o
3
4 # a platform subdevice driver stub, allowing to support cameras by adding a
5 # couple of callback functions to the board code
6 obj-$(CONFIG_SOC_CAMERA_PLATFORM) += soc_camera_platform.o
7
8 # soc-camera host drivers have to be linked after camera drivers
9 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
10 obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_mobile_ceu_camera.o
11 obj-$(CONFIG_VIDEO_RCAR_VIN_OLD) += rcar_vin.o
This page took 0.029848 seconds and 5 git commands to generate.