qemu

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

meson.build (152B)


      1 alpha_ss = ss.source_set()
      2 alpha_ss.add(when: 'CONFIG_DP264', if_true: files(
      3   'dp264.c',
      4   'pci.c',
      5   'typhoon.c',
      6 ))
      7 
      8 hw_arch += {'alpha': alpha_ss}