]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: Delete unnecessary rules.
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 18 Nov 2013 07:24:58 +0000 (16:24 +0900)
committerTom Rini <trini@ti.com>
Mon, 25 Nov 2013 15:41:54 +0000 (10:41 -0500)
commit017ce20f46e38df5c7d795c1b5f042f00a614d2b
treed5f44ceb2823ac8a13acfd15691064fda89d2751
parent3c6dc17eaec13ddc622306a8ddd24b547be91aee
common: Delete unnecessary rules.

The directory tools/ is always built before common/.
So when envcrc tool is necessary in common/Makefile,
it already exists.

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