Re: [Qemu-devel] [PATCH] buildsys: Move brlapi libs to per object

2017-09-07 Thread Fam Zheng
On Thu, 09/07 16:47, Fam Zheng wrote: > baum.o already receives the sdl cflags in its per object variable, do > the same for brlapi libs to avoid cluttering libs_softmmu. > > Signed-off-by: Fam Zheng Thanks, I'll send a pull request later. Fam

Re: [Qemu-devel] [PATCH] buildsys: Move brlapi libs to per object

2017-09-07 Thread Marc-André Lureau
- Original Message - > baum.o already receives the sdl cflags in its per object variable, do > the same for brlapi libs to avoid cluttering libs_softmmu. > > Signed-off-by: Fam Zheng Reviewed-by: Marc-André Lureau > --- > chardev/Makefile.objs | 1 + > configure | 2 +- >

Re: [Qemu-devel] [PATCH] buildsys: Move brlapi libs to per object

2017-09-07 Thread Philippe Mathieu-Daudé
On 09/07/2017 05:47 AM, Fam Zheng wrote: baum.o already receives the sdl cflags in its per object variable, do the same for brlapi libs to avoid cluttering libs_softmmu. Signed-off-by: Fam Zheng Reviewed-by: Philippe Mathieu-Daudé --- chardev/Makefile.objs | 1 + configure |

[Qemu-devel] [PATCH] buildsys: Move brlapi libs to per object

2017-09-07 Thread Fam Zheng
baum.o already receives the sdl cflags in its per object variable, do the same for brlapi libs to avoid cluttering libs_softmmu. Signed-off-by: Fam Zheng --- chardev/Makefile.objs | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chardev/Makefile.