Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.8-rc4 12 lines 319 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for OMAP3 ISP driver 3 4ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG 5 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.o 11 12obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o