]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: move bin2c back to scripts/ from scripts/basic/
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jun 2018 16:40:23 +0000 (01:40 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Jul 2018 16:18:05 +0000 (01:18 +0900)
commiteab0b07509086e0389cb3a8618c03ba95145f64d
tree4fb1d144fccb0ea5c70c2e01029d76fd853d7910
parentaabadd68374e59820b538445803bb059963c6ec8
kbuild: move bin2c back to scripts/ from scripts/basic/

Commit c98af3530612 ("bin2c: move bin2c in scripts/basic") moved bin2c
to the scripts/basic/ directory, incorrectly stating "Kexec wants to
use bin2c and it wants to use it really early in the build process.
See arch/x86/purgatory/ code in later patches."

Commit 45586306da78 ("Revert "kexec/purgatory: Add clean-up for
purgatory directory"") and commit fc1bf3d8221c ("x86/build: Remove
unnecessary preparation for purgatory") removed the redundant
purgatory build magic entirely.

That means that the move of bin2c was unnecessary in the first place.

fixdep is the only host program that deserves to sit in the
scripts/basic/ directory.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/powerpc/purgatory/Makefile
arch/s390/purgatory/Makefile
arch/x86/purgatory/Makefile
kernel/Makefile
scripts/.gitignore
scripts/Makefile
scripts/basic/.gitignore
scripts/basic/Makefile
scripts/basic/bin2c.c [deleted file]
scripts/bin2c.c [new file with mode: 0644]
security/tomoyo/Makefile