7 lines
166 B
Makefile
7 lines
166 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for Raspberry Pi PiSP Backend driver
|
||
|
#
|
||
|
pisp-be-objs := pisp_be.o
|
||
|
obj-$(CONFIG_VIDEO_RASPBERRYPI_PISP_BE) += pisp-be.o
|