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 (317B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o
      3obj-$(CONFIG_VIDEO_TI_VPDMA) += ti-vpdma.o
      4obj-$(CONFIG_VIDEO_TI_SC) += ti-sc.o
      5obj-$(CONFIG_VIDEO_TI_CSC) += ti-csc.o
      6
      7ti-vpe-y := vpe.o
      8ti-vpdma-y := vpdma.o
      9ti-sc-y := sc.o
     10ti-csc-y := csc.o
     11
     12ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG