commit | 33ed77e0056c698c768c986e639f2e70d19bb8a1 | [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 | 9e097354bb35fbecc861618ae38ca0d1d1719184 [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>