From patchwork Tue Nov 15 12:47:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?6Zmz6Z+L5Lu7?= X-Patchwork-Id: 125784 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B1492B6F7B for ; Tue, 15 Nov 2011 23:48:53 +1100 (EST) Received: from localhost ([::1]:46027 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQg-0001n5-TT for incoming@patchwork.ozlabs.org; Tue, 15 Nov 2011 07:47:58 -0500 Received: from eggs.gnu.org ([140.186.70.92]:46540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQB-0000QP-0u for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RQIQ4-0000ch-7y for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:26 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:16851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RQIQ3-0000cX-Nf for qemu-devel@nongnu.org; Tue, 15 Nov 2011 07:47:20 -0500 Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id E08EF18B40; Tue, 15 Nov 2011 20:45:16 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cs.nctu.edu.tw; h=from:to :cc:subject:date:message-id:in-reply-to:references; s=rsa1024; bh=luL+f5EcTrXs3oAVqNJZGne4yZ4=; b=KKhcw4h07WQsz6hfUeXKJ52Qbtpd vUp62moNzX+RIEJuaEwf2SMr5ErjQNeKqhYLY21yus3HQ5HqLcaVUUqMW4b74zqg y1tCCWLy17Qc66JAygJ913D38x9MSBf/f5i1zop1+I0AJzUGkNxQc2GXEx5CSCTz QsSUPw3zHp5CkcU= Received: from alumni.cs.nctu.edu.tw (alumni.cs.nctu.edu.tw [140.113.235.116]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id D403518B3D; Tue, 15 Nov 2011 20:45:16 +0800 (CST) Received: (from chenwj@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id pAFClCuT038813; Tue, 15 Nov 2011 20:47:12 +0800 (CST) (envelope-from chenwj) From: =?UTF-8?q?Chen=20Wei-Ren=20=28=E9=99=B3=E9=9F=8B=E4=BB=BB=29?= To: qemu-devel@nongnu.org Date: Tue, 15 Nov 2011 20:47:11 +0800 Message-Id: <1321361232-38664-6-git-send-email-chenwj@iis.sinica.edu.tw> X-Mailer: git-send-email 1.7.3.5 In-Reply-To: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> References: <1321361232-38664-1-git-send-email-chenwj@iis.sinica.edu.tw> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 140.113.235.130 Cc: Chen Wei-Ren Subject: [Qemu-devel] [PATCH v3 5/6] Makefile.objs: Remove libqemu_common.a from the comment 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 From: Chen Wei-Ren Remove libqemu_common.a from the comment. Signed-off-by: Chen Wei-Ren --- Makefile.objs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.objs b/Makefile.objs index d7a6539..64c5c24 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -68,10 +68,9 @@ endif fsdev-obj-$(CONFIG_VIRTFS) += $(addprefix fsdev/, $(fsdev-nested-y)) ###################################################################### -# libqemu_common.a: Target independent part of system emulation. The -# long term path is to suppress *all* target specific code in case of -# system emulation, i.e. a single QEMU executable should support all -# CPUs and machines. +# Target independent part of system emulation. The long term path is +# to suppress *all* target specific code in case of # system emulation, +# i.e. a single QEMU executable should support all CPUs and machines. common-obj-y = $(block-obj-y) blockdev.o common-obj-y += $(net-obj-y)