diff options
Diffstat (limited to 'hw/pci/meson.build')
| -rw-r--r-- | hw/pci/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci/meson.build b/hw/pci/meson.build index 5aff7ed1c6..4fcd888b27 100644 --- a/hw/pci/meson.build +++ b/hw/pci/meson.build @@ -5,6 +5,8 @@ pci_ss.add(files( 'pci.c', 'pci_bridge.c', 'pci_host.c', + 'pci-hmp-cmds.c', + 'pci-qmp-cmds.c', 'pcie_sriov.c', 'shpc.c', 'slotid_cap.c' |