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


      1tricore_ss = ss.source_set()
      2tricore_ss.add(files(
      3  'cpu.c',
      4  'fpu_helper.c',
      5  'helper.c',
      6  'op_helper.c',
      7  'translate.c',
      8  'gdbstub.c',
      9))
     10tricore_ss.add(zlib)
     11
     12tricore_softmmu_ss = ss.source_set()
     13
     14target_arch += {'tricore': tricore_ss}
     15target_softmmu_arch += {'tricore': tricore_softmmu_ss}