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


      1m68k_ss = ss.source_set()
      2m68k_ss.add(when: 'CONFIG_AN5206', if_true: files('an5206.c', 'mcf5206.c'))
      3m68k_ss.add(when: 'CONFIG_MCF5208', if_true: files('mcf5208.c', 'mcf_intc.c'))
      4m68k_ss.add(when: 'CONFIG_NEXTCUBE', if_true: files('next-kbd.c', 'next-cube.c'))
      5m68k_ss.add(when: 'CONFIG_Q800', if_true: files('q800.c'))
      6m68k_ss.add(when: 'CONFIG_M68K_VIRT', if_true: files('virt.c'))
      7
      8hw_arch += {'m68k': m68k_ss}