cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (319B)


      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