From patchwork Sun Aug 26 19:08:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aurelien Jarno X-Patchwork-Id: 180077 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 0D6922C00FD for ; Mon, 27 Aug 2012 05:08:46 +1000 (EST) Received: from localhost ([::1]:37719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5iCR-0007p9-Ke for incoming@patchwork.ozlabs.org; Sun, 26 Aug 2012 15:08:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5iCF-0007p0-Eq for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5iCE-0003VT-C5 for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:31 -0400 Received: from hall.aurel32.net ([88.191.126.93]:50193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5iCE-0003VG-3s for qemu-devel@nongnu.org; Sun, 26 Aug 2012 15:08:30 -0400 Received: from [2001:470:d4ed:0:5e26:aff:fe2b:6f5b] (helo=volta.aurel32.net) by hall.aurel32.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1T5iCB-0004bV-7P; Sun, 26 Aug 2012 21:08:27 +0200 Received: from aurel32 by volta.aurel32.net with local (Exim 4.80) (envelope-from ) id 1T5iC9-0002DV-PJ; Sun, 26 Aug 2012 21:08:25 +0200 From: Aurelien Jarno To: qemu-devel@nongnu.org Date: Sun, 26 Aug 2012 21:08:20 +0200 Message-Id: <1346008100-8471-1-git-send-email-aurelien@aurel32.net> X-Mailer: git-send-email 1.7.10.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.126.93 Cc: Blue Swirl , Aurelien Jarno Subject: [Qemu-devel] [PATCH] target-sparc: remove useless line in Makefile.objs 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 op_helper.c has been removed in commit 0184e266. Remove the corresponding flags from Makefile.objs. Cc: Blue Swirl Signed-off-by: Aurelien Jarno Acked-by: Blue Swirl --- target-sparc/Makefile.objs | 2 -- 1 file changed, 2 deletions(-) diff --git a/target-sparc/Makefile.objs b/target-sparc/Makefile.objs index a93e07d..9fc42ea 100644 --- a/target-sparc/Makefile.objs +++ b/target-sparc/Makefile.objs @@ -4,5 +4,3 @@ obj-y += fop_helper.o cc_helper.o win_helper.o mmu_helper.o ldst_helper.o obj-$(TARGET_SPARC) += int32_helper.o obj-$(TARGET_SPARC64) += int64_helper.o obj-$(TARGET_SPARC64) += vis_helper.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)