qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (170B)


      1 if not have_user
      2    subdir_done()
      3 endif
      4 
      5 common_user_inc += include_directories('host/' / host_arch)
      6 
      7 user_ss.add(files(
      8   'safe-syscall.S',
      9   'safe-syscall-error.c',
     10 ))