Re: [U-Boot] [RFC PATCH 2/2] tools: avoid including .c files in lib/ or common/

2014-06-04 Thread Masahiro Yamada
Hi Simon, On Wed, 4 Jun 2014 19:39:14 +0900 Masahiro Yamada wrote: > We have many files in tools/ which include their > counterpart .c files in lib/ or common/. > > It seems better to directly generate .o files from lib/*.c > or common/*.c. > > Signed-off-by: Masahiro Yamada > --- I was t

[U-Boot] [RFC PATCH 2/2] tools: avoid including .c files in lib/ or common/

2014-06-04 Thread Masahiro Yamada
We have many files in tools/ which include their counterpart .c files in lib/ or common/. It seems better to directly generate .o files from lib/*.c or common/*.c. Signed-off-by: Masahiro Yamada --- tools/Makefile| 52 --- tools/common/Ma