]> git.baikalelectronics.ru Git - kernel.git/commit
initramfs: replace klibcdirs in Makefile with FORCE
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 Jan 2020 15:02:26 +0000 (00:02 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 14 Jan 2020 01:42:44 +0000 (10:42 +0900)
commit5f23d5bfdc0c4a9126c192c245265b42e864df1c
tree4e88c3e79ce47ab52ab9f8330e93633222697d68
parentcadd4197414fd00a68d19871580c5f13322fd1b6
initramfs: replace klibcdirs in Makefile with FORCE

'klibcdirs' was added by commit d83b9cdc05dc ("kbuild: rebuild initramfs
if content of initramfs changes"). If this is just a matter of forcing
execution of the recipe line, we can replace it with FORCE.

The following code is currently useless:

   $(deps_initramfs): klibcdirs

The original intent could be a hook for the klibc integration into the
kernel tree, but klibc is a separate project, which can be built
independently. Clean it up.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Thelen <gthelen@google.com>
usr/Makefile