xref: /linux/drivers/media/platform/raspberrypi/rp1-cfe/Makefile (revision 25768de50b1f2dbb6ea44bd5148a87fe2c9c3688)
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