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

Kbuild (349B)


      1# SPDX-License-Identifier: MIT
      2nvif-y := nvif/object.o
      3nvif-y += nvif/client.o
      4nvif-y += nvif/device.o
      5nvif-y += nvif/disp.o
      6nvif-y += nvif/driver.o
      7nvif-y += nvif/fifo.o
      8nvif-y += nvif/mem.o
      9nvif-y += nvif/mmu.o
     10nvif-y += nvif/notify.o
     11nvif-y += nvif/timer.o
     12nvif-y += nvif/vmm.o
     13
     14# Usermode classes
     15nvif-y += nvif/user.o
     16nvif-y += nvif/userc361.o