Re: [PATCH 04/11] accel: Make accel-blocker.o target agnostic

2023-09-15 Thread Anton Johansson via
On 14/09/23, Philippe Mathieu-Daudé wrote: > accel-blocker.c is not target specific, move it to system_ss[]. > > Signed-off-by: Philippe Mathieu-Daudé > --- > accel/meson.build | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/accel/meson.build b/accel/meson.build >

[PATCH 04/11] accel: Make accel-blocker.o target agnostic

2023-09-14 Thread Philippe Mathieu-Daudé
accel-blocker.c is not target specific, move it to system_ss[]. Signed-off-by: Philippe Mathieu-Daudé --- accel/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accel/meson.build b/accel/meson.build index 638a9a03ba..76f3cbc530 100644 --- a/accel/meson.build