From 9b707a1fa3aad5fa03cf5bb691f059b0b8993253 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Tue, 12 Aug 2014 18:05:49 +0200 Subject: Makefile.lib: imxcfg: fix include path 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 Signed-off-by: Sascha Hauer --- scripts/Makefile.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 7d97d573ab..05387b235b 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) -- cgit v1.2.3