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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the drm device driver.  This driver provides support for the
      4# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
      5
      6virtio-gpu-y := virtgpu_drv.o virtgpu_kms.o virtgpu_gem.o virtgpu_vram.o \
      7	virtgpu_display.o virtgpu_vq.o \
      8	virtgpu_fence.o virtgpu_object.o virtgpu_debugfs.o virtgpu_plane.o \
      9	virtgpu_ioctl.o virtgpu_prime.o virtgpu_trace_points.o
     10
     11obj-$(CONFIG_DRM_VIRTIO_GPU) += virtio-gpu.o