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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_VHOST_NET) += vhost_net.o
      3vhost_net-y := net.o
      4
      5obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o
      6vhost_scsi-y := scsi.o
      7
      8obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o
      9vhost_vsock-y := vsock.o
     10
     11obj-$(CONFIG_VHOST_RING) += vringh.o
     12
     13obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o
     14vhost_vdpa-y := vdpa.o
     15
     16obj-$(CONFIG_VHOST)	+= vhost.o
     17
     18obj-$(CONFIG_VHOST_IOTLB) += vhost_iotlb.o
     19vhost_iotlb-y := iotlb.o