7 lines
169 B
Makefile
7 lines
169 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for RP1 Camera Front End driver
|
|
#
|
|
rp1-cfe-objs := cfe.o csi2.o pisp-fe.o dphy.o
|
|
obj-$(CONFIG_VIDEO_RP1_CFE) += rp1-cfe.o
|