diff options
Diffstat (limited to 'hw/hppa/meson.build')
-rw-r--r-- | hw/hppa/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/hppa/meson.build b/hw/hppa/meson.build new file mode 100644 index 000000000..1deae83ae --- /dev/null +++ b/hw/hppa/meson.build @@ -0,0 +1,4 @@ +hppa_ss = ss.source_set() +hppa_ss.add(when: 'CONFIG_DINO', if_true: files('pci.c', 'machine.c', 'dino.c', 'lasi.c')) + +hw_arch += {'hppa': hppa_ss} |