[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 yamad...@jp.panasonic.com --- tools/Makefile| 52

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 yamad...@jp.panasonic.com 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