summaryrefslogtreecommitdiff
path: root/drivers/media/platform/starfive/Makefile
blob: 5353d3a7de4900e2c2d0876be35989c3567b7dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2021 StarFive Technology Co., Ltd.
#
# Makefile for starfive v4l2 driver framework
#
obj-$(CONFIG_VIN_SENSOR_OV5640) += ov5640.o
obj-$(CONFIG_VIN_SENSOR_SC2235) += sc2235.o
obj-$(CONFIG_VIN_SENSOR_OV4689) += ov4689_mipi.o
obj-$(CONFIG_VIN_SENSOR_IMX219) += imx219_mipi.o
obj-$(CONFIG_VIDEO_STARFIVE_VIN) += stfcamss.o \
								stf_event.o \
								stf_dvp.o \
								stf_csi.o \
								stf_csiphy.o \
								stf_isp.o \
								stf_video.o \
								stf_vin.o \
								stf_vin_hw_ops.o \
								stf_csi_hw_ops.o \
								stf_csiphy_hw_ops.o \
								stf_isp_hw_ops.o \
								stf_dvp_hw_ops.o