Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-22 Thread Masahiro Yamada
Hi Frank 2018-08-22 3:02 GMT+09:00 Frank Rowand : > On 08/21/18 00:18, Masahiro Yamada wrote: >> Hi Frank, >> >> >> 2018-08-21 14:37 GMT+09:00 Frank Rowand : >>> On 08/20/18 19:08, Masahiro Yamada wrote: Hi Frank, 2018-08-21 10:31 GMT+09:00 Frank Rowand : > On 08/20/18 14:32,

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-22 Thread Masahiro Yamada
Hi Frank 2018-08-22 3:02 GMT+09:00 Frank Rowand : > On 08/21/18 00:18, Masahiro Yamada wrote: >> Hi Frank, >> >> >> 2018-08-21 14:37 GMT+09:00 Frank Rowand : >>> On 08/20/18 19:08, Masahiro Yamada wrote: Hi Frank, 2018-08-21 10:31 GMT+09:00 Frank Rowand : > On 08/20/18 14:32,

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-21 Thread Frank Rowand
On 08/21/18 00:18, Masahiro Yamada wrote: > Hi Frank, > > > 2018-08-21 14:37 GMT+09:00 Frank Rowand : >> On 08/20/18 19:08, Masahiro Yamada wrote: >>> Hi Frank, >>> >>> 2018-08-21 10:31 GMT+09:00 Frank Rowand : On 08/20/18 14:32, Rob Herring wrote: > On Mon, Aug 20, 2018 at 1:55 PM

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-21 Thread Frank Rowand
On 08/21/18 00:18, Masahiro Yamada wrote: > Hi Frank, > > > 2018-08-21 14:37 GMT+09:00 Frank Rowand : >> On 08/20/18 19:08, Masahiro Yamada wrote: >>> Hi Frank, >>> >>> 2018-08-21 10:31 GMT+09:00 Frank Rowand : On 08/20/18 14:32, Rob Herring wrote: > On Mon, Aug 20, 2018 at 1:55 PM

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-21 Thread Masahiro Yamada
Hi Frank, 2018-08-21 14:37 GMT+09:00 Frank Rowand : > On 08/20/18 19:08, Masahiro Yamada wrote: >> Hi Frank, >> >> 2018-08-21 10:31 GMT+09:00 Frank Rowand : >>> On 08/20/18 14:32, Rob Herring wrote: On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: > > On 07/03/18 18:59,

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-21 Thread Masahiro Yamada
Hi Frank, 2018-08-21 14:37 GMT+09:00 Frank Rowand : > On 08/20/18 19:08, Masahiro Yamada wrote: >> Hi Frank, >> >> 2018-08-21 10:31 GMT+09:00 Frank Rowand : >>> On 08/20/18 14:32, Rob Herring wrote: On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: > > On 07/03/18 18:59,

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 08/20/18 19:08, Masahiro Yamada wrote: > Hi Frank, > > 2018-08-21 10:31 GMT+09:00 Frank Rowand : >> On 08/20/18 14:32, Rob Herring wrote: >>> On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: On 07/03/18 18:59, Masahiro Yamada wrote: > It is tedious to specify extra compiler

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 08/20/18 19:08, Masahiro Yamada wrote: > Hi Frank, > > 2018-08-21 10:31 GMT+09:00 Frank Rowand : >> On 08/20/18 14:32, Rob Herring wrote: >>> On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: On 07/03/18 18:59, Masahiro Yamada wrote: > It is tedious to specify extra compiler

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Masahiro Yamada
Hi Frank, 2018-08-21 10:31 GMT+09:00 Frank Rowand : > On 08/20/18 14:32, Rob Herring wrote: >> On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: >>> >>> On 07/03/18 18:59, Masahiro Yamada wrote: It is tedious to specify extra compiler options for every file. HOST_EXTRACFLAGS is

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Masahiro Yamada
Hi Frank, 2018-08-21 10:31 GMT+09:00 Frank Rowand : > On 08/20/18 14:32, Rob Herring wrote: >> On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: >>> >>> On 07/03/18 18:59, Masahiro Yamada wrote: It is tedious to specify extra compiler options for every file. HOST_EXTRACFLAGS is

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 08/20/18 14:32, Rob Herring wrote: > On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: >> >> On 07/03/18 18:59, Masahiro Yamada wrote: >>> It is tedious to specify extra compiler options for every file. >>> HOST_EXTRACFLAGS is useful to add options to all files in a >>> directory. >>> >>>

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 08/20/18 14:32, Rob Herring wrote: > On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: >> >> On 07/03/18 18:59, Masahiro Yamada wrote: >>> It is tedious to specify extra compiler options for every file. >>> HOST_EXTRACFLAGS is useful to add options to all files in a >>> directory. >>> >>>

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Rob Herring
On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: > > On 07/03/18 18:59, Masahiro Yamada wrote: > > It is tedious to specify extra compiler options for every file. > > HOST_EXTRACFLAGS is useful to add options to all files in a > > directory. > > > > -I$(src)/libfdt is needed for all the files

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Rob Herring
On Mon, Aug 20, 2018 at 1:55 PM Frank Rowand wrote: > > On 07/03/18 18:59, Masahiro Yamada wrote: > > It is tedious to specify extra compiler options for every file. > > HOST_EXTRACFLAGS is useful to add options to all files in a > > directory. > > > > -I$(src)/libfdt is needed for all the files

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Rob Herring
On Mon, Aug 20, 2018 at 1:56 AM Masahiro Yamada wrote: > > Hi Rob, > > > 2018-07-04 10:59 GMT+09:00 Masahiro Yamada : > > It is tedious to specify extra compiler options for every file. > > HOST_EXTRACFLAGS is useful to add options to all files in a > > directory. > > > > -I$(src)/libfdt is

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Rob Herring
On Mon, Aug 20, 2018 at 1:56 AM Masahiro Yamada wrote: > > Hi Rob, > > > 2018-07-04 10:59 GMT+09:00 Masahiro Yamada : > > It is tedious to specify extra compiler options for every file. > > HOST_EXTRACFLAGS is useful to add options to all files in a > > directory. > > > > -I$(src)/libfdt is

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 07/03/18 18:59, Masahiro Yamada wrote: > It is tedious to specify extra compiler options for every file. > HOST_EXTRACFLAGS is useful to add options to all files in a > directory. > > -I$(src)/libfdt is needed for all the files in this directory > to include libfdt_env.h etc. from

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Frank Rowand
On 07/03/18 18:59, Masahiro Yamada wrote: > It is tedious to specify extra compiler options for every file. > HOST_EXTRACFLAGS is useful to add options to all files in a > directory. > > -I$(src)/libfdt is needed for all the files in this directory > to include libfdt_env.h etc. from

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Masahiro Yamada
Hi Rob, 2018-07-04 10:59 GMT+09:00 Masahiro Yamada : > It is tedious to specify extra compiler options for every file. > HOST_EXTRACFLAGS is useful to add options to all files in a > directory. > > -I$(src)/libfdt is needed for all the files in this directory > to include libfdt_env.h etc. from

Re: [PATCH] scripts/dtc: consolidate include path options in Makefile

2018-08-20 Thread Masahiro Yamada
Hi Rob, 2018-07-04 10:59 GMT+09:00 Masahiro Yamada : > It is tedious to specify extra compiler options for every file. > HOST_EXTRACFLAGS is useful to add options to all files in a > directory. > > -I$(src)/libfdt is needed for all the files in this directory > to include libfdt_env.h etc. from

[PATCH] scripts/dtc: consolidate include path options in Makefile

2018-07-03 Thread Masahiro Yamada
It is tedious to specify extra compiler options for every file. HOST_EXTRACFLAGS is useful to add options to all files in a directory. -I$(src)/libfdt is needed for all the files in this directory to include libfdt_env.h etc. from scripts/dtc/libfdt/. On the other hand, -I$(src) is used to

[PATCH] scripts/dtc: consolidate include path options in Makefile

2018-07-03 Thread Masahiro Yamada
It is tedious to specify extra compiler options for every file. HOST_EXTRACFLAGS is useful to add options to all files in a directory. -I$(src)/libfdt is needed for all the files in this directory to include libfdt_env.h etc. from scripts/dtc/libfdt/. On the other hand, -I$(src) is used to