On 6/21/21 5:21 PM, Alex Bennée wrote:
> In preparation for offering variation to our build configurations lets
> move everything and rename it to default. Common included base configs
> are also renamed.
> 
> During the cleanup the stale usb.mak and pci.mak references were
> removed from MAINTAINERS.
> 
> Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
> ---
>  configure                                     |  6 ++---

 ---
>  meson.build                                   |  4 ++--
>  MAINTAINERS                                   | 22 +++++++++----------
>  tests/Makefile.include                        |  2 +-
>  103 files changed, 28 insertions(+), 30 deletions(-)

> --- a/tests/Makefile.include
> +++ b/tests/Makefile.include
> @@ -36,7 +36,7 @@ export SRC_PATH
>  
>  # Get the list of all supported sysemu targets
>  SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \
> -   $(wildcard $(SRC_PATH)/default-configs/*-softmmu.mak)))
> +   $(wildcard $(SRC_PATH)/configs/*-softmmu.mak)))

This one seems to have bitrotten.

Reply via email to