]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc/meson.build
hw/ppc: Add emulation of Genesi/bPlan Pegasos II
[mirror_qemu.git] / hw / ppc / meson.build
index 218631c883be3381008e8de646b2a869d0634f68..86d6f379d1c3f0364770b3775c98f912c7600d8f 100644 (file)
@@ -78,5 +78,7 @@ ppc_ss.add(when: 'CONFIG_E500', if_true: files(
 ))
 # PowerPC 440 Xilinx ML507 reference board.
 ppc_ss.add(when: 'CONFIG_VIRTEX', if_true: files('virtex_ml507.c'))
+# Pegasos2
+ppc_ss.add(when: 'CONFIG_PEGASOS2', if_true: files('pegasos2.c'))
 
 hw_arch += {'ppc': ppc_ss}