Re: [U-Boot] [PATCH] kbuild: refactor some makefiles

2014-09-18 Thread Marek Vasut
On Thursday, September 18, 2014 at 08:43:41 AM, Masahiro Yamada wrote: > [1] Move driver/core/, driver/input/ and drivers/input/ entries > from the top Makefile to drivers/Makefile > > [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile > because the whole drivers/core directo

[U-Boot] [PATCH] kbuild: refactor some makefiles

2014-09-17 Thread Masahiro Yamada
[1] Move driver/core/, driver/input/ and drivers/input/ entries from the top Makefile to drivers/Makefile [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile because the whole drivers/core directory is already selected by CONFIG_DM in the upper level [3] Likewise for CONF