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


      1# SPDX-License-Identifier: GPL-2.0
      2tegra-video-objs := \
      3		video.o \
      4		vi.o \
      5		csi.o
      6
      7tegra-video-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210.o
      8obj-$(CONFIG_VIDEO_TEGRA) += tegra-video.o