From: geoff@infradead.org (Geoff Levand)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arm64: Cleanup kexec Makefile
Date: Mon, 10 Oct 2016 21:22:58 +0000 [thread overview]
Message-ID: <baa3da2fbfc708ee95cf96231ac92f98f8b9de29.1476134309.git.geoff@infradead.org> (raw)
In-Reply-To: <cover.1476134309.git.geoff@infradead.org>
Put files in alphabetical order, reformat whitspace.
Signed-off-by: Geoff Levand <geoff@infradead.org>
---
kexec/arch/arm64/Makefile | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/kexec/arch/arm64/Makefile b/kexec/arch/arm64/Makefile
index 37414dc..d729df8 100644
--- a/kexec/arch/arm64/Makefile
+++ b/kexec/arch/arm64/Makefile
@@ -1,17 +1,18 @@
arm64_FS2DT += kexec/fs2dt.c
-arm64_FS2DT_INCLUDE += -include $(srcdir)/kexec/arch/arm64/kexec-arm64.h \
- -include $(srcdir)/kexec/arch/arm64/crashdump-arm64.h
+arm64_FS2DT_INCLUDE += \
+ -include $(srcdir)/kexec/arch/arm64/crashdump-arm64.h \
+ -include $(srcdir)/kexec/arch/arm64/kexec-arm64.h
arm64_DT_OPS += kexec/dt-ops.c
arm64_CPPFLAGS += -I $(srcdir)/kexec/
arm64_KEXEC_SRCS += \
+ kexec/arch/arm64/crashdump-arm64.c \
kexec/arch/arm64/kexec-arm64.c \
- kexec/arch/arm64/kexec-image-arm64.c \
kexec/arch/arm64/kexec-elf-arm64.c \
- kexec/arch/arm64/crashdump-arm64.c
+ kexec/arch/arm64/kexec-image-arm64.c
arm64_ARCH_REUSE_INITRD =
arm64_ADD_SEGMENT =
@@ -19,9 +20,9 @@ arm64_VIRT_TO_PHYS =
arm64_PHYS_TO_VIRT =
dist += $(arm64_KEXEC_SRCS) \
- kexec/arch/arm64/Makefile \
+ kexec/arch/arm64/crashdump-arm64.h \
kexec/arch/arm64/kexec-arm64.h \
- kexec/arch/arm64/crashdump-arm64.h
+ kexec/arch/arm64/Makefile
ifdef HAVE_LIBFDT
--
2.7.4
next prev parent reply other threads:[~2016-10-10 21:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-10 21:22 [PATCH 0/2] arm64 kexec-tools fixups Geoff Levand
2016-10-10 21:22 ` Geoff Levand [this message]
2016-10-10 21:22 ` [PATCH 2/2] arm64: Add missing kexec dist files Geoff Levand
2016-10-11 10:20 ` [PATCH 0/2] arm64 kexec-tools fixups Matthias Brugger
2016-10-13 9:25 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=baa3da2fbfc708ee95cf96231ac92f98f8b9de29.1476134309.git.geoff@infradead.org \
--to=geoff@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).