On Mon, 8 Feb 2021 15:57:56 -0500 Eric DeVolder <eric.devol...@oracle.com> wrote:
> This change includes ERST in the build of ACPI support. > > Signed-off-by: Eric DeVolder <eric.devol...@orace.com> > --- > hw/acpi/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/acpi/meson.build b/hw/acpi/meson.build > index dd69577..262a8ee 100644 > --- a/hw/acpi/meson.build > +++ b/hw/acpi/meson.build > @@ -4,6 +4,7 @@ acpi_ss.add(files( > 'aml-build.c', > 'bios-linker-loader.c', > 'utils.c', > + 'erst.c', > )) this should be part of the patch that introduces erst.c > acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu.c')) > acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu_hotplug.c'))