From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbtM-0006lh-9C for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlbtK-0005xq-AP for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbtJ-0005xa-Tc for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:30 -0400 From: Fam Zheng Date: Fri, 24 Apr 2015 19:35:16 +0800 Message-Id: <1429875320-410-2-git-send-email-famz@redhat.com> In-Reply-To: <1429875320-410-1-git-send-email-famz@redhat.com> References: <1429875320-410-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 1/5] tests: Link libqos virtio object to virtio-scsi-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, afaerber@suse.de, stefanha@redhat.com Signed-off-by: Fam Zheng --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 55aa745..b6c0f18 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -343,7 +343,7 @@ tests/virtio-balloon-test$(EXESUF): tests/virtio-balloon-test.o tests/virtio-blk-test$(EXESUF): tests/virtio-blk-test.o $(libqos-virtio-obj-y) tests/virtio-net-test$(EXESUF): tests/virtio-net-test.o $(libqos-pc-obj-y) tests/virtio-rng-test$(EXESUF): tests/virtio-rng-test.o $(libqos-pc-obj-y) -tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o +tests/virtio-scsi-test$(EXESUF): tests/virtio-scsi-test.o $(libqos-virtio-obj-y) tests/virtio-9p-test$(EXESUF): tests/virtio-9p-test.o tests/virtio-serial-test$(EXESUF): tests/virtio-serial-test.o tests/virtio-console-test$(EXESUF): tests/virtio-console-test.o -- 1.9.3