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

Specify the dependency directly in the Makefile.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarGreg Thelen <gthelen@google.com>
3e176683
Name Last commit Last update
Documentation kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
LICENSES LICENSES: Rename other to deprecated
arch Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
block block: fix splitting segments on boundary masks
certs certs: Add wrapper function to check blacklisted binary hash
crypto Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd
drivers Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
fs ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less
include kbuild: create modules.builtin without Makefile.modbuiltin or tristate.conf
init Revert "fs: remove ksys_dup()"
ipc treewide: Use sizeof_field() macro
kernel memcg: account security cred as well to kmemcg
lib Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
mm mm/hugetlb: defer freeing of huge pages if in non-task context
net hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
samples samples/seccomp: Zero out members based on seccomp_notif_sizes
scripts builddeb: make headers package thinner
security Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
sound Merge tag 'sound-5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'seccomp-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
usr initramfs: specify $(src)/gen_initramfs.sh as a prerequisite in Makefile
virt Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.