GNU Linux-libre 4.14.294-gnu1
[releases.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_SH_MOBILE_CEU)       += sh_mobile_ceu_camera.o