diff options
| author | Fam Zheng | 2017-09-07 10:47:00 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-22 04:20:34 +0200 |
| commit | 8eca288989d5fa76373e1892fd08c58443742d5e (patch) | |
| tree | fdaffb0b40a0d0436066eeeec99c80cb8c33998e /chardev | |
| parent | buildsys: Move usb redir cflags/libs to per object (diff) | |
| download | qemu-8eca288989d5fa76373e1892fd08c58443742d5e.tar.gz qemu-8eca288989d5fa76373e1892fd08c58443742d5e.tar.xz qemu-8eca288989d5fa76373e1892fd08c58443742d5e.zip | |
buildsys: Move brlapi libs to per object
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 <famz@redhat.com>
Message-Id: <20170907084700.952-1-famz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'chardev')
| -rw-r--r-- | chardev/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs index 52a8127606..d68e1347f9 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -20,5 +20,6 @@ chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o common-obj-y += msmouse.o wctablet.o testdev.o common-obj-$(CONFIG_BRLAPI) += baum.o baum.o-cflags := $(SDL_CFLAGS) +baum.o-libs := $(BRLAPI_LIBS) common-obj-$(CONFIG_SPICE) += spice.o |
