1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for StarFive Camera Subsystem driver 4# 5 6starfive-camss-objs += \ 7 stf-camss.o \ 8 stf-capture.o \ 9 stf-isp.o \ 10 stf-isp-hw-ops.o \ 11 stf-video.o 12 13obj-$(CONFIG_VIDEO_STARFIVE_CAMSS) += starfive-camss.o 14