Re: [U-Boot] Building common/lib files in tools/

2014-06-04 Thread Masahiro Yamada
Hi Simon, On Tue, 3 Jun 2014 09:51:59 -0600 Simon Glass wrote: > Hi Masahiro, > > On 3 June 2014 06:02, Masahiro Yamada wrote: > > > Hi Simon, > > > > On Mon, 2 Jun 2014 21:40:05 -0600 > > Simon Glass wrote: > > > > > Hi Masahiro, > > > > > > I see that we have a few files in tools/ which #

Re: [U-Boot] Building common/lib files in tools/

2014-06-03 Thread Simon Glass
Hi Masahiro, On 3 June 2014 06:02, Masahiro Yamada wrote: > Hi Simon, > > On Mon, 2 Jun 2014 21:40:05 -0600 > Simon Glass wrote: > > > Hi Masahiro, > > > > I see that we have a few files in tools/ which #include their > > counterpart .c files in common/ or lib/. The most noticeable example > >

Re: [U-Boot] Building common/lib files in tools/

2014-06-03 Thread Masahiro Yamada
Hi Simon, On Mon, 2 Jun 2014 21:40:05 -0600 Simon Glass wrote: > Hi Masahiro, > > I see that we have a few files in tools/ which #include their > counterpart .c files in common/ or lib/. The most noticeable example > is libfdt. > > Is there a better way of doing this? Would it be possible to p

[U-Boot] Building common/lib files in tools/

2014-06-02 Thread Simon Glass
Hi Masahiro, I see that we have a few files in tools/ which #include their counterpart .c files in common/ or lib/. The most noticeable example is libfdt. Is there a better way of doing this? Would it be possible to pick up the files automatically and still put the output file in tools/? The rea