brintos

brintos / linux-shallow public Read only

0
0
Text · 319 B · 56e99b4 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for OMAP3 ISP driver3 4ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG5 6omap3-isp-objs += \7	isp.o ispvideo.o \8	ispcsiphy.o ispccp2.o ispcsi2.o \9	ispccdc.o isppreview.o ispresizer.o \10	ispstat.o isph3a_aewb.o isph3a_af.o isphist.o11 12obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o13