[PATCH 1/4] Makefile.lib: imxcfg: fix include path
Sascha Hauer
s.hauer at pengutronix.de
Mon Sep 1 02:17:38 PDT 2014
On Tue, Aug 12, 2014 at 06:05:49PM +0200, Lucas Stach wrote:
> MACH is not defined in this context, also it's very
> unlikely that we will use the imximg tool with an other
> arch than IMX, so just hardcode the path.
>
> Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
Applied all, thanks
Sascha
> ---
> scripts/Makefile.lib | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
> index 7d97d573ab0a..05387b235b96 100644
> --- a/scripts/Makefile.lib
> +++ b/scripts/Makefile.lib
> @@ -372,7 +372,7 @@ cmd_imximage_S_dcd= \
> ) > $@
>
> imxcfg_cpp_flags = -Wp,-MD,$(depfile) -nostdinc -x assembler-with-cpp \
> - -I $(srctree)/include -I $(MACH)/include \
> + -I $(srctree)/include -I $(srctree)/arch/arm/mach-imx/include \
> -include include/generated/autoconf.h
>
> dcd-tmp = $(subst $(comma),_,$(dot-target).dcd.tmp)
> --
> 2.0.1
>
>
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list