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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the Renesas capture/playback device drivers.
      4#
      5
      6obj-y += rcar-vin/
      7obj-y += vsp1/
      8
      9obj-$(CONFIG_VIDEO_RCAR_DRIF) += rcar_drif.o
     10obj-$(CONFIG_VIDEO_RCAR_ISP) += rcar-isp.o
     11obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
     12obj-$(CONFIG_VIDEO_RENESAS_FCP) += rcar-fcp.o
     13obj-$(CONFIG_VIDEO_RENESAS_FDP1) += rcar_fdp1.o
     14obj-$(CONFIG_VIDEO_RENESAS_JPU) += rcar_jpu.o
     15obj-$(CONFIG_VIDEO_SH_VOU) += sh_vou.o