1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Masahiro Yamada 7a342e6c77 kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
Do not build modules.builtin(.modinfo) as a side-effect of vmlinux.

There are no good reason to rebuild them just because any of vmlinux's
prerequistes (vmlinux.lds, .vmlinux.export.c, etc.) has been updated.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2022-10-03 03:52:58 +09:00
arch kbuild: remove head-y syntax 2022-10-02 18:06:03 +09:00
block
certs
crypto
Documentation kbuild: remove head-y syntax 2022-10-02 18:06:03 +09:00
drivers Makefile.compiler: replace cc-ifversion with compiler-specific macros 2022-09-29 04:40:16 +09:00
fs
include linux/export: use inline assembler to populate symbol CRCs 2022-09-29 04:40:15 +09:00
init kbuild: generate include/generated/compile.h in top Makefile 2022-09-29 04:40:15 +09:00
io_uring
ipc
kernel kbuild: build init/built-in.a just once 2022-09-29 04:40:15 +09:00
lib zstd: Fixing mixed module-builtin objects 2022-10-03 03:52:58 +09:00
LICENSES
mm
net
samples
scripts kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o 2022-10-03 03:52:58 +09:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild kbuild: list sub-directories in ./Kbuild 2022-09-29 04:41:31 +09:00
Kconfig
MAINTAINERS
Makefile kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o 2022-10-03 03:52:58 +09:00
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.