Re: [Qemu-devel] [PATCH 7/9] buildsys: Move libcacard cflags/libs to per object

2017-09-07 Thread Fam Zheng
On Thu, 09/07 14:46, Philippe Mathieu-Daudé wrote: > > > On 09/07/2017 05:29 AM, Fam Zheng wrote: > > Signed-off-by: Fam Zheng > > --- > > configure| 4 ++-- > > hw/usb/Makefile.objs | 6 -- > > 2 files changed, 6 insertions(+), 4 deletions(-) > > > > diff --git a/configure

Re: [Qemu-devel] [PATCH 7/9] buildsys: Move libcacard cflags/libs to per object

2017-09-07 Thread Philippe Mathieu-Daudé
On 09/07/2017 05:29 AM, Fam Zheng wrote: Signed-off-by: Fam Zheng --- configure| 4 ++-- hw/usb/Makefile.objs | 6 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index b1320b1994..85fef3d16f 100755 --- a/configure +++ b/configure @@

[Qemu-devel] [PATCH 7/9] buildsys: Move libcacard cflags/libs to per object

2017-09-07 Thread Fam Zheng
Signed-off-by: Fam Zheng --- configure| 4 ++-- hw/usb/Makefile.objs | 6 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configure b/configure index b1320b1994..85fef3d16f 100755 --- a/configure +++ b/configure @@ -4237,8 +4237,6 @@ if test "$smartcard" != "no";