]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: convert makefiles to Kbuild style and delete grep switch
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:53:41 +0000 (11:53 +0900)
committerTom Rini <trini@ti.com>
Fri, 1 Nov 2013 15:42:13 +0000 (11:42 -0400)
commit3bddafaab42af50f2a6ae080c425e157906d9387
tree615fafa513a9ad2785760a69b54309e9862f9b95
parentbcfe8fdf321e5e6d9931502c903348fe81252dd0
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>
14 files changed:
Makefile
board/avionic-design/medcom-wide/Makefile
board/avionic-design/plutux/Makefile
board/avionic-design/tec/Makefile
board/avnet/fx12mm/Makefile
board/avnet/v5fx30teval/Makefile
board/compal/paz00/Makefile
board/compulab/trimslice/Makefile
board/nvidia/common/Makefile
board/nvidia/common/common.mk
board/xilinx/ml507/Makefile
board/xilinx/ppc405-generic/Makefile
board/xilinx/ppc440-generic/Makefile
spl/Makefile