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


      1# SPDX-License-Identifier: GPL-2.0 OR MIT
      2
      3drm_xen_front-objs := xen_drm_front.o \
      4		      xen_drm_front_kms.o \
      5		      xen_drm_front_conn.o \
      6		      xen_drm_front_evtchnl.o \
      7		      xen_drm_front_cfg.o \
      8		      xen_drm_front_gem.o
      9
     10obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o