]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: abolish COBJS, SOBJS, etc.
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 11 Nov 2013 05:35:49 +0000 (14:35 +0900)
committerTom Rini <trini@ti.com>
Sun, 17 Nov 2013 19:11:30 +0000 (14:11 -0500)
commit3fdf5c8e94e7a2a62f98ea8f0ad1a84d18eccfbf
tree3dab4e224c21e02ede9259e40ab502b9e9770ffe
parent620110afe5909ab66643581bc07c830369bb867b
Makefile: abolish COBJS, SOBJS, etc.

The support for COBJS, COBJS-y, SOBJS, SOBJS-y, GLCOBJS, GLSOBJS
from scripts/Makefile.build.
Going forward we need to use Kbuild style consistently.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
scripts/Makefile.build