]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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>
Makefile
config.mk
scripts/binutils-version.sh [moved from tools/binutils-version.sh with 100% similarity, mode: 0644]
scripts/checkpatch.pl [moved from tools/checkpatch.pl with 100% similarity]
scripts/checkstack.pl [moved from tools/checkstack.pl with 100% similarity]
scripts/cleanpatch [moved from tools/cleanpatch with 100% similarity]
scripts/dtc-version.sh [moved from tools/dtc-version.sh with 100% similarity, mode: 0644]
scripts/gcc-version.sh [moved from tools/gcc-version.sh with 100% similarity, mode: 0644]
scripts/setlocalversion [moved from tools/setlocalversion with 100% similarity]