1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for RP1 Camera Front End driver
4#
5rp1-cfe-objs := cfe.o csi2.o pisp-fe.o dphy.o
6obj-$(CONFIG_VIDEO_RP1_CFE) += rp1-cfe.o
7