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


      1# SPDX-License-Identifier: GPL-2.0
      2host1x-y = \
      3	bus.o \
      4	syncpt.o \
      5	dev.o \
      6	intr.o \
      7	cdma.o \
      8	channel.o \
      9	job.o \
     10	debug.o \
     11	mipi.o \
     12	fence.o \
     13	hw/host1x01.o \
     14	hw/host1x02.o \
     15	hw/host1x04.o \
     16	hw/host1x05.o \
     17	hw/host1x06.o \
     18	hw/host1x07.o
     19
     20obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
     21obj-$(CONFIG_TEGRA_HOST1X_CONTEXT_BUS) += context_bus.o