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


      1openrisc_ss = ss.source_set()
      2openrisc_ss.add(files('cputimer.c'))
      3openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('openrisc_sim.c'))
      4
      5hw_arch += {'openrisc': openrisc_ss}