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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-y	+= xenbus.o
      3obj-y	+= xenbus_dev_frontend.o
      4
      5xenbus-objs =
      6xenbus-objs += xenbus_client.o
      7xenbus-objs += xenbus_comms.o
      8xenbus-objs += xenbus_xs.o
      9xenbus-objs += xenbus_probe.o
     10
     11xenbus-be-objs-$(CONFIG_XEN_BACKEND) += xenbus_probe_backend.o
     12xenbus-objs += $(xenbus-be-objs-y)
     13
     14obj-$(CONFIG_XEN_BACKEND) += xenbus_dev_backend.o
     15obj-$(CONFIG_XEN_XENBUS_FRONTEND) += xenbus_probe_frontend.o