initramfs: specify $(src)/gen_initramfs.sh as a prerequisite in Makefile

Specify the dependency directly in the Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Thelen <gthelen@google.com>
This commit is contained in:
Masahiro Yamada
2020-01-05 00:02:33 +09:00
parent f26661e127
commit 3e17668363
2 changed files with 4 additions and 5 deletions

View File

@@ -235,7 +235,7 @@ arg="$1"
case "$arg" in
"-l") # files included in initramfs - used by kbuild
dep_list="list_"
echo "deps_initramfs := $0 \\"
echo "deps_initramfs := \\"
shift
;;
"-o") # generate compressed cpio image named $1