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


      1subdir('nwfpe')
      2
      3syscall_nr_generators += {
      4  'arm': generator(sh,
      5                   arguments: [ meson.current_source_dir() / 'syscallhdr.sh', '@INPUT@', '@OUTPUT@', '@EXTRA_ARGS@' ],
      6                   output: '@BASENAME@_nr.h')
      7}