mirror of https://gitee.com/openkylin/linux.git
7 lines
286 B
Makefile
7 lines
286 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_SOC_CAMERA_MT9M001) += soc_mt9m001.o
|
|
obj-$(CONFIG_SOC_CAMERA_MT9V022) += soc_mt9v022.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV5642) += soc_ov5642.o
|
|
obj-$(CONFIG_SOC_CAMERA_OV9740) += soc_ov9740.o
|
|
obj-$(CONFIG_SOC_CAMERA_RJ54N1) += soc_rj54n1cb0c.o
|