[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/8] meson: move up hw subdir (specifically before trace s
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v3 2/8] meson: move up hw subdir (specifically before trace subdir) |
Date: |
Wed, 27 Jan 2021 14:49:15 +0000 |
On Thu, Jan 21, 2021 at 01:50:22PM +0100, Gerd Hoffmann wrote:
> Needed so trace/meson.build can see
> stuff done in hw/*/meson.build.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> meson.build | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 1f3d48b53a06..7462a50b4c36 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1777,6 +1777,8 @@ if 'CONFIG_VHOST_USER' in config_host
> vhost_user = libvhost_user.get_variable('vhost_user_dep')
> endif
>
> +subdir('hw')
> +
> subdir('qapi')
Please add a comment into the meson.build file explaining the ordering
requirement. This will prevent people accidentally breaking this in the
future.
signature.asc
Description: PGP signature
- [PATCH v3 0/8] [RfC] fix tracing for modules, Gerd Hoffmann, 2021/01/21
- [PATCH v3 1/8] meson: add trace_events_config[], Gerd Hoffmann, 2021/01/21
- [PATCH v3 5/8] trace: iter init tweaks, Gerd Hoffmann, 2021/01/21
- [PATCH v3 3/8] meson: add module_trace & module_trace_src, Gerd Hoffmann, 2021/01/21
- [PATCH v3 4/8] meson: move qxl trace events to separate file, Gerd Hoffmann, 2021/01/21
- [PATCH v3 6/8] trace: add trace_event_iter_init_group, Gerd Hoffmann, 2021/01/21
- [PATCH v3 8/8] trace/simple: add st_init_group, Gerd Hoffmann, 2021/01/21
- [PATCH v3 2/8] meson: move up hw subdir (specifically before trace subdir), Gerd Hoffmann, 2021/01/21
- Re: [PATCH v3 2/8] meson: move up hw subdir (specifically before trace subdir),
Stefan Hajnoczi <=
- [PATCH v3 7/8] trace/simple: pass iter to st_write_event_mapping, Gerd Hoffmann, 2021/01/21