qemu

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

meson.build (251B)


      1 sparc_ss = ss.source_set()
      2 sparc_ss.add(when: 'CONFIG_LEON3', if_true: files('leon3.c'))
      3 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m.c'))
      4 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m_iommu.c'))
      5 
      6 hw_arch += {'sparc': sparc_ss}