[U-Boot] [PATCH] kbuild, tools: generate wrapper C sources automatically by Makefile

2014-06-04 Thread Masahiro Yamada
There are many source files shared between U-boot image and tools. Instead of adding a lot of dummy wrapper files that just include the corresponding file in lib/ or common/ directory, Makefile should automatically generate them. The original inspiration for this came from

Re: [U-Boot] [PATCH] kbuild, tools: generate wrapper C sources automatically by Makefile

2014-06-04 Thread Simon Glass
Hi Masahiro, On 4 June 2014 20:11, Masahiro Yamada yamad...@jp.panasonic.com wrote: There are many source files shared between U-boot image and tools. Instead of adding a lot of dummy wrapper files that just include the corresponding file in lib/ or common/ directory, Makefile should