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


      1# SPDX-License-Identifier: GPL-2.0-only
      2# Please keep these build lists sorted!
      3
      4# core driver code
      5v3d-y := \
      6	v3d_bo.o \
      7	v3d_drv.o \
      8	v3d_fence.o \
      9	v3d_gem.o \
     10	v3d_irq.o \
     11	v3d_mmu.o \
     12	v3d_perfmon.o \
     13	v3d_trace_points.o \
     14	v3d_sched.o
     15
     16v3d-$(CONFIG_DEBUG_FS) += v3d_debugfs.o
     17
     18obj-$(CONFIG_DRM_V3D)  += v3d.o
     19
     20CFLAGS_v3d_trace_points.o := -I$(src)