commit | 3bddafaab42af50f2a6ae080c425e157906d9387 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:53:41 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 01 11:42:13 2013 -0400 |
tree | 615fafa513a9ad2785760a69b54309e9862f9b95 | |
parent | bcfe8fdf321e5e6d9931502c903348fe81252dd0 [diff] |
Makefile: convert makefiles to Kbuild style and delete grep switch We have converted all makefiles needed to build $(LIBS). Until this commit we used to grep switch so that U-Boot style and Kbuild style makefiles coexist. But we do not need any more. Goint forward, use always Kbuild style Makefile when adding a new Makefile Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>