Main-line Linux kernel tree http://www.kernel.org
Go to file
Masahiro Yamada 5df77ad61f kbuild: merge vmlinux_link() between ARCH=um and other architectures
For ARCH=um, ${CC} is used as the linker driver. Hence, the linker
options are prefixed with -Wl, .

Merge the similar code.

I replaced the -T option with the long option --script= so that it
works well with/without ${wl}.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
2021-09-03 08:17:21 +09:00
arch x86: remove cc-option-yn test for -mtune= 2021-09-03 08:17:20 +09:00
block
certs
crypto
Documentation
drivers
fs
include
init
ipc
kernel
lib Makefile: remove stale cc-option checks 2021-09-03 08:12:38 +09:00
LICENSES
mm
net
samples
scripts kbuild: merge vmlinux_link() between ARCH=um and other architectures 2021-09-03 08:17:21 +09:00
security security: remove unneeded subdir-$(CONFIG_...) 2021-09-03 08:17:20 +09:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add Nick to Kbuild reviewers 2021-09-03 08:12:38 +09:00
Makefile kbuild: Shuffle blank line to improve comment meaning 2021-09-03 08:17:20 +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.