# SPDX-License-Identifier: GPL-2.0
#
# Makefile for StarFive camera subsystem driver.
#

starfive-camss-objs += \
		stf_camss.o \
		stf_isp.o \
		stf_isp_hw_ops.o \
		stf_video.o \
		stf_vin.o \
		stf_vin_hw_ops.o

obj-$(CONFIG_VIDEO_STARFIVE_CAMSS) += starfive-camss.o \
