From patchwork Tue Nov 8 13:07:29 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: 124356 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 C6D2F1007D3 for ; Wed, 9 Nov 2011 00:07:51 +1100 (EST) Received: from localhost ([::1]:45805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlOz-0003rR-QL for incoming@patchwork.ozlabs.org; Tue, 08 Nov 2011 08:07:45 -0500 Received: from eggs.gnu.org ([140.186.70.92]:37348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlOu-0003p6-Ig for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:07:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNlOo-0004xf-62 for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:07:40 -0500 Received: from csmailer.cs.nctu.edu.tw ([140.113.235.130]:16711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNlOn-0004xM-TP for qemu-devel@nongnu.org; Tue, 08 Nov 2011 08:07:34 -0500 Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1]) by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 06F84C61; Tue, 8 Nov 2011 21:05:43 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cs.nctu.edu.tw; h=from:to :cc:subject:date:message-id; s=rsa1024; bh=yoFwVCvEHkLGVF80eGXV4 lUU1mE=; b=qBJt3oSZgkc5v6kTVG2GMYWVeCdDi2SWsn6N50nxnO6bYXWSu0KsU GlF7Hf83xnHBwy1CHNqNVGjljOdtP9rFmA7COiRS4mjaipb6b1yE6KnfCftFGtYc jDhGGIg3Vd86aPnEP+ImTnzKsnNco6x5QK6EPkorX6DAujnIXhctkc= 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 DEEAEC60; Tue, 8 Nov 2011 21:05:42 +0800 (CST) Received: (from chenwj@localhost) by alumni.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id pA8D7T6Y020263; Tue, 8 Nov 2011 21:07:29 +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, 8 Nov 2011 21:07:29 +0800 Message-Id: <1320757649-20041-1-git-send-email-chenwj@iis.sinica.edu.tw> X-Mailer: git-send-email 1.7.3.5 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 4/6] Makefile.target: Remove libqemu target 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 target from Makefile.target. Signed-off-by: Chen Wei-Ren --- Makefile.target | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/Makefile.target b/Makefile.target index a111521..d1f7993 100644 --- a/Makefile.target +++ b/Makefile.target @@ -92,14 +92,6 @@ tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci $(libobj-y): $(GENERATED_HEADERS) -# libqemu - -translate.o: translate.c cpu.h - -translate-all.o: translate-all.c cpu.h - -tcg/tcg.o: cpu.h - # HELPER_CFLAGS is used for all the code compiled with static register # variables op_helper.o ldst_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)