Re: [Qemu-devel] [PATCH 2/5] configs: Add a CONFIG_SPLIT_IRQ switch for the split-irq device

2018-10-19 Thread Peter Maydell
On 19 October 2018 at 14:14, Thomas Huth wrote: > If the user only wants to compile targets that do not require the > "split-irq" device, we should also not compile split-irq.c. Add a proper > CONFIG_SPLIT_IRQ switch to be able to choose this more flexibly. > > Signed-off-by: Thomas Huth > --- >

[Qemu-devel] [PATCH 2/5] configs: Add a CONFIG_SPLIT_IRQ switch for the split-irq device

2018-10-19 Thread Thomas Huth
If the user only wants to compile targets that do not require the "split-irq" device, we should also not compile split-irq.c. Add a proper CONFIG_SPLIT_IRQ switch to be able to choose this more flexibly. Signed-off-by: Thomas Huth --- default-configs/arm-softmmu.mak | 1 + hw/core/Makefile.objs