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)


      1rx_ss = ss.source_set()
      2rx_ss.add(when: 'CONFIG_RX_GDBSIM', if_true: files('rx-gdbsim.c'))
      3rx_ss.add(when: 'CONFIG_RX62N_MCU', if_true: files('rx62n.c'))
      4
      5hw_arch += {'rx': rx_ss}