From patchwork Mon Oct 10 21:22:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 9369969 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4281A607D2 for ; Mon, 10 Oct 2016 21:25:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 32B2F28CEF for ; Mon, 10 Oct 2016 21:25:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 272B928FEB; Mon, 10 Oct 2016 21:25:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D24C928CEF for ; Mon, 10 Oct 2016 21:25:00 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bti2Q-00029r-EE; Mon, 10 Oct 2016 21:23:10 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bti2G-00028W-HY; Mon, 10 Oct 2016 21:23:00 +0000 Received: from geoff by merlin.infradead.org with local (Exim 4.85_2 #1 (Red Hat Linux)) id 1bti2F-0005wG-1F; Mon, 10 Oct 2016 21:22:59 +0000 Message-Id: <3552a3e85a910688d932535549b35354a54927ad.1476134309.git.geoff@infradead.org> In-Reply-To: References: From: Geoff Levand Patch-Date: Mon, 10 Oct 2016 14:15:21 -0700 Subject: [PATCH 2/2] arm64: Add missing kexec dist files To: Simon Horman Date: Mon, 10 Oct 2016 21:22:59 +0000 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Geoff Levand --- kexec/arch/arm64/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kexec/arch/arm64/Makefile b/kexec/arch/arm64/Makefile index d729df8..74b677f 100644 --- a/kexec/arch/arm64/Makefile +++ b/kexec/arch/arm64/Makefile @@ -20,7 +20,9 @@ arm64_VIRT_TO_PHYS = arm64_PHYS_TO_VIRT = dist += $(arm64_KEXEC_SRCS) \ + kexec/arch/arm64/include/arch/options.h \ kexec/arch/arm64/crashdump-arm64.h \ + kexec/arch/arm64/image-header.h \ kexec/arch/arm64/kexec-arm64.h \ kexec/arch/arm64/Makefile