From: Simon Horman <horms@verge.net.au>
To: Geoff Levand <geoff@infradead.org>
Cc: kexec@lists.infradead.org
Subject: Re: [PATCH] arm: Fix out of tree build error
Date: Fri, 21 Jun 2013 09:48:02 +0900 [thread overview]
Message-ID: <20130621004802.GC18705@verge.net.au> (raw)
In-Reply-To: <1371764587.12068.5.camel@smoke>
On Thu, Jun 20, 2013 at 02:43:07PM -0700, Geoff Levand wrote:
> Prefix local include paths with $(srcdir)/.
>
> Fixes build errors like these when building for ARM out of the source tree:
>
> cc1: fatal error: kexec/arch/arm/crashdump-arm.h: No such file or directory
>
> Signed-off-by: Geoff Levand <geoff@infradead.org>
Thanks, applied.
> ---
> kexec/arch/arm/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kexec/arch/arm/Makefile b/kexec/arch/arm/Makefile
> index 682db78..38137d7 100644
> --- a/kexec/arch/arm/Makefile
> +++ b/kexec/arch/arm/Makefile
> @@ -4,8 +4,8 @@
> include $(srcdir)/kexec/libfdt/Makefile.libfdt
>
> arm_FS2DT = kexec/fs2dt.c
> -arm_FS2DT_INCLUDE = -include kexec/arch/arm/crashdump-arm.h \
> - -include kexec/arch/arm/kexec-arm.h
> +arm_FS2DT_INCLUDE = -include $(srcdir)/kexec/arch/arm/crashdump-arm.h \
> + -include $(srcdir)/kexec/arch/arm/kexec-arm.h
>
> arm_KEXEC_SRCS= kexec/arch/arm/kexec-elf-rel-arm.c
> arm_KEXEC_SRCS+= kexec/arch/arm/kexec-zImage-arm.c
> --
> 1.8.1.2
>
>
>
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
prev parent reply other threads:[~2013-06-21 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 21:43 [PATCH] arm: Fix out of tree build error Geoff Levand
2013-06-21 0:48 ` Simon Horman [this message]
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=20130621004802.GC18705@verge.net.au \
--to=horms@verge.net.au \
--cc=geoff@infradead.org \
--cc=kexec@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