diff options
Diffstat (limited to 'hw/i386/meson.build')
-rw-r--r-- | hw/i386/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/meson.build b/hw/i386/meson.build index 63918fbe22..1a7d1a685d 100644 --- a/hw/i386/meson.build +++ b/hw/i386/meson.build @@ -18,6 +18,7 @@ i386_ss.add(when: 'CONFIG_VMPORT', if_true: files('vmport.c')) i386_ss.add(when: 'CONFIG_VTD', if_true: files('intel_iommu.c')) i386_ss.add(when: 'CONFIG_ACPI', if_true: files('acpi-common.c')) +i386_ss.add(when: 'CONFIG_ACPI_HW_REDUCED', if_true: files('generic_event_device_x86.c')) i386_ss.add(when: 'CONFIG_PC', if_true: files( 'pc.c', 'pc_sysfw.c', |