Re: [U-Boot] idirafter causes host sha256.h to be included

2014-05-26 Thread Simon Glass
Hi Jeroen, On 24 May 2014 11:09, Jeroen Hofstee wrote: > Hello Simon, > > On vr, 2014-05-23 at 15:37 -1000, Simon Glass wrote: > >> On 9 May 2014 12:31, Jeroen Hofstee wrote: >> > Hello, >> > >> > tools/Makefile uses the following substitution >> > >> > HOST_EXTRACFLAGS += -include $(srctree)/in

Re: [U-Boot] idirafter causes host sha256.h to be included

2014-05-24 Thread Jeroen Hofstee
Hello Simon, On vr, 2014-05-23 at 15:37 -1000, Simon Glass wrote: > On 9 May 2014 12:31, Jeroen Hofstee wrote: > > Hello, > > > > tools/Makefile uses the following substitution > > > > HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \ > > $(patsubst -I%,-idirafter%,

Re: [U-Boot] idirafter causes host sha256.h to be included

2014-05-23 Thread Simon Glass
+Masahiro Hi Jeroen, On 9 May 2014 12:31, Jeroen Hofstee wrote: > Hello, > > tools/Makefile uses the following substitution > > HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \ > $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \ > ... > > Which adds -id