From patchwork Mon Jun 10 06:03:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2695811 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 0BE54DF264 for ; Mon, 10 Jun 2013 05:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751339Ab3FJFz5 (ORCPT ); Mon, 10 Jun 2013 01:55:57 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:40427 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336Ab3FJFz5 (ORCPT ); Mon, 10 Jun 2013 01:55:57 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa11so4119657pad.19 for ; Sun, 09 Jun 2013 22:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=slFnKynU4wNDVe336DuHDttjAX2XSztzDYabmeXaRNI=; b=SOW+CyaU7CX7UFXtZZReaHZjjFcePPBZ43AwsBeiU7hu3ABhyYct5y0EkWvyGioD7l Fg9mm9Q2PoiCQPUPfL1eHtA2U9YZDoKbyz7UUBpHZWWp6wwo/9wpExG3ENJnvzRWEc+L lPqcDuhs6sRmOGQacqnRTJtsTzHeImEvmIdFTAenFytUa3MVAEzs/f+0BAjIsLh9UHHu zIirPwpXzlER4Jbs548gY5anZO1WpBPK7NMTHPE7iykD2A7yC90tKU0g7ah7Jxz+EUEh JLQtFrze/maiaK7wPZ4fsUo5yYOc/Rmcpc+lvMMs2b1EkKX9Wqn34ig6HPRElHc1N9H/ FM/Q== X-Received: by 10.66.159.195 with SMTP id xe3mr12532450pab.49.1370843756597; Sun, 09 Jun 2013 22:55:56 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id iq2sm9153904pbb.19.2013.06.09.22.55.53 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 09 Jun 2013 22:55:54 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: dave.martin@linaro.org, arnd@arndb.de, horms@verge.net.au, olof@lixom.net, Magnus Damm , linux-arm-kernel@lists.infradead.org Date: Mon, 10 Jun 2013 15:03:25 +0900 Message-Id: <20130610060325.2335.65815.sendpatchset@w520> Subject: [PATCH] ARM: zImage/virt: remove hyp-stub.S during distclean Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Make sure hyp-stub.S gets removed during make distclean, this left over file was introduced in commit: 424e599 ARM: zImage/virt: hyp mode entry support for the zImage loader Signed-off-by: Magnus Damm Acked-by: Dave Martin Reviewed-by: Simon Horman Acked-by: Dave Martin --- arch/arm/boot/compressed/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/boot/compressed/Makefile +++ work/arch/arm/boot/compressed/Makefile 2013-06-05 17:21:20.000000000 +0900 @@ -116,7 +116,8 @@ targets := vmlinux vmlinux.lds \ # Make sure files are removed during clean extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern \ - lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) + lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) \ + hyp-stub.S ifeq ($(CONFIG_FUNCTION_TRACER),y) ORIG_CFLAGS := $(KBUILD_CFLAGS)