]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: delete a make rule of $(LDSCRIPT)
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 28 Nov 2013 02:06:03 +0000 (11:06 +0900)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:17:33 +0000 (09:17 -0500)
commit8e9a6cb169ff21132ef4b56b6399419e1034da4c
tree6b174ecb5e5f4f1090b9f90b768573aa11a3ba36
parent9aed5a277738d7427b1949d75afbf95505c09499
Makefile: delete a make rule of $(LDSCRIPT)

$(LDSCRIPT) is a source file, not a generated file.
We do not need a make rule of $(LDSCRIPT).

And one more trivial fix:
$(obj)/u-boot should not dierectly depend on $(LDSCRIPTS).

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