[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v2] hw/arm: Use more CONFIG switches for the objec
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH v2] hw/arm: Use more CONFIG switches for the object files |
Date: |
Mon, 5 Mar 2018 17:16:33 +0000 |
On 5 March 2018 at 16:22, Thomas Huth <address@hidden> wrote:
> A lot of ARM object files are linked into the executable unconditionally,
> even though we have corresponding CONFIG switches like CONFIG_PXA2XX or
> CONFIG_OMAP. We should make sure to use these switches in the Makefile so
> that the users can disable certain unwanted boards and devices more easily.
> While we're at it, also add some new switches for the boards that do not
> have a CONFIG option yet.
>
> Signed-off-by: Thomas Huth <address@hidden>
> ---
> v2:
> - Fixed the miscategorization of the boards in v1
> - Add separate config switches for the boards that did not have a
> config switch yet.
You could argue that the 'virt' board ought to have a CONFIG_VIRT
I suppose, but personally I think our config setup is an unmaintained
mess anyway that really just boils down to "enable everything", so
I don't care very much.
Applied, thanks.
-- PMM