7On 4/29/19 5:21 PM, Thomas Huth wrote:
> On 27/04/2019 18.55, Philippe Mathieu-Daudé wrote:
>> Since we only require to link with acpi-stub.o when CONFIG_ACPI
>> is disabled, we can simplify the Makefile logic.
>>
>> Suggested-by: Paolo Bonzini
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>>
On 27/04/2019 18.55, Philippe Mathieu-Daudé wrote:
> Since we only require to link with acpi-stub.o when CONFIG_ACPI
> is disabled, we can simplify the Makefile logic.
>
> Suggested-by: Paolo Bonzini
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> hw/acpi/Makefile.objs | 10 ++
> 1 file
Since we only require to link with acpi-stub.o when CONFIG_ACPI
is disabled, we can simplify the Makefile logic.
Suggested-by: Paolo Bonzini
Signed-off-by: Philippe Mathieu-Daudé
---
hw/acpi/Makefile.objs | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/hw/acpi/Mak