Makefile: Move some scripts imported from Linux
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 28 Nov 2013 07:29:23 +0000 (16:29 +0900)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:18:45 +0000 (09:18 -0500)
commitdd88ab325cfcc7f803afd40600571b3f9c79319c
treea5c326330eec571614f1104badcfc41dcbd83661
parent392ba5256ab9bf017a9b7320ef0cee98862c908d
Makefile: Move some scripts imported from Linux

We have some scripts imported from Linux Kernel:
setlocalversion, checkstack.pl, checkpatch.pl, cleanpatch

They are located under tools/ directory in U-Boot now.
But they were originally located under scripts/ directory
in Linux Kernel.

This commit moves them to the original location.

It is true that binutils-version.sh and dtc-version.sh
do not originate in Linux Kernel, but they should
be moved by analogy to gcc-version.sh.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
16 files changed:
Makefile
config.mk
scripts/binutils-version.sh [new file with mode: 0644]
scripts/checkpatch.pl [new file with mode: 0755]
scripts/checkstack.pl [new file with mode: 0755]
scripts/cleanpatch [new file with mode: 0755]
scripts/dtc-version.sh [new file with mode: 0644]
scripts/gcc-version.sh [new file with mode: 0644]
scripts/setlocalversion [new file with mode: 0755]
tools/binutils-version.sh [deleted file]
tools/checkpatch.pl [deleted file]
tools/checkstack.pl [deleted file]
tools/cleanpatch [deleted file]
tools/dtc-version.sh [deleted file]
tools/gcc-version.sh [deleted file]
tools/setlocalversion [deleted file]