cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

meson.build (345B)


      1if 'CONFIG_PVRDMA' in config_host
      2  # if not found, CONFIG_PVRDMA should not be set
      3  # FIXME: broken on big endian architectures
      4  libumad = cc.find_library('ibumad', required: true)
      5  executable('rdmacm-mux', files('main.c'),
      6             dependencies: [glib, libumad],
      7             build_by_default: false,
      8             install: false)
      9endif