From patchwork Mon Nov 19 09:57:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 199968 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2DE6C2C009B for ; Mon, 19 Nov 2012 21:15:22 +1100 (EST) Received: from localhost ([::1]:49957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaO7l-0005ve-BZ for incoming@patchwork.ozlabs.org; Mon, 19 Nov 2012 04:58:41 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaO7B-00046r-8c for qemu-devel@nongnu.org; Mon, 19 Nov 2012 04:58:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TaO78-0007PY-3E for qemu-devel@nongnu.org; Mon, 19 Nov 2012 04:58:05 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:38373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TaO77-0007PU-Sb for qemu-devel@nongnu.org; Mon, 19 Nov 2012 04:58:02 -0500 Received: by mail-da0-f45.google.com with SMTP id n15so2071848dad.4 for ; Mon, 19 Nov 2012 01:58:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=amfxT2vqGsIIQUEoj2l76fnpFYfjMYqJjx480I1GC+U=; b=w9brOa9jRe5ILbHAyxOVJQSPSfMdfc/KQu04ct14b+ke7eOy/E5sVKPeYo/flClPaY vES4jidMnLHhWWkvzBtBb809tOyfXVc5qwOc7ZVNNBsbF+MVg1GceUuiZED0toHowPid ehLlQlGRWx5AQV7CLEo5LMKJq5CLflee2WW7T+A7zckNtHamOEs4KEPeFmo8mb5IAqQM uHsaxU7lSp3EyJ+ytDa6EP5Y4r7D70/JnPKbsVB1mf/2SbyPFrN5fxRDN3+r/fPgBNpa vdFCOON8ikyd3QZcJJZFAxIDJNl0eWnk6zoHyRpzy7xsITrEDwJPJBXP9Dvb+hphdyTh +Byw== Received: by 10.66.88.136 with SMTP id bg8mr34199461pab.54.1353319081056; Mon, 19 Nov 2012 01:58:01 -0800 (PST) Received: from yakj.usersys.redhat.com (93-34-169-1.ip50.fastwebnet.it. [93.34.169.1]) by mx.google.com with ESMTPS id uh9sm5979798pbc.5.2012.11.19.01.57.57 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Nov 2012 01:57:58 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Mon, 19 Nov 2012 10:57:40 +0100 Message-Id: <1353319062-13166-3-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1353319062-13166-1-git-send-email-pbonzini@redhat.com> References: <1353319062-13166-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.45 Cc: sw@weilnetz.de Subject: [Qemu-devel] [PATCH 2/4] libcacard: link in stubs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- libcacard/Makefile | 2 +- 1 file modificato, 1 inserzione(+). 1 rimozione(-) diff --git a/libcacard/Makefile b/libcacard/Makefile index f501cec..c26aac6 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -7,7 +7,7 @@ libcacard_includedir=$(includedir)/cacard $(call set-vpath, $(SRC_PATH)) # objects linked into a shared library, built with libtool with -fPIC if required -QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y) +QEMU_OBJS=$(oslib-obj-y) qemu-timer-common.o $(trace-obj-y) $(stub-obj-y) QEMU_OBJS_LIB=$(patsubst %.o,%.lo,$(QEMU_OBJS)) QEMU_CFLAGS+=-I../