[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] docs: build-system: rename "default-configs" to "configs"
|
From: |
Kashyap Chamarthy |
|
Subject: |
Re: [PATCH] docs: build-system: rename "default-configs" to "configs" |
|
Date: |
Mon, 15 May 2023 10:35:39 +0200 |
On Fri, May 12, 2023 at 04:09:20PM +0800, Wang, Lei wrote:
> There are also several "default-configs" in docs/devel/kconfig.rst, I think
> they
> can also be updated in this patch.
Good catch, I'll respin it.
> BR,
> Lei
>
> On 10/4/2021 15:12, Kashyap Chamarthy wrote:
> > Commit 812b31d3f9 (configs: rename default-configs to configs and
> > reorganise, 2021-07-07) did the rename.
> >
> > Reflect that update also in the documentation.
> >
> > Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com>
> > ---
> > docs/devel/build-system.rst | 12 ++++++------
> > 1 file changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
> > index 0f636d620e..bfa5250802 100644
> > --- a/docs/devel/build-system.rst
> > +++ b/docs/devel/build-system.rst
> > @@ -250,7 +250,7 @@ Target-dependent emulator sourcesets:
> > Each emulator also includes sources for files in the ``hw/`` and
> > ``target/``
> > subdirectories. The subdirectory used for each emulator comes
> > from the target's definition of ``TARGET_BASE_ARCH`` or (if missing)
> > - ``TARGET_ARCH``, as found in ``default-configs/targets/*.mak``.
> > + ``TARGET_ARCH``, as found in ``configs/targets/*.mak``.
> >
> > Each subdirectory in ``hw/`` adds one sourceset to the ``hw_arch``
> > dictionary,
> > for example::
> > @@ -307,8 +307,8 @@ Utility sourcesets:
> > The following files concur in the definition of which files are linked
> > into each emulator:
[...]
--
/kashyap