Go to file
Masahiro Yamada a564bdeb5e .gitignore: ignore modules.order explicitly
The pattern '*.order' was added by commit c6025f4c8b ("kbuild: ignore
*.order files") to ignore modules.order files.

I do not see any other user of the '.order' extension.

Ignore 'modules.order' explicitly instead of '*.order'.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-08-22 01:14:11 +09:00
arch kbuild: rebuild modules when module linker scripts are updated 2019-08-21 21:05:21 +09:00
block
certs
crypto
Documentation kbuild: rebuild modules when module linker scripts are updated 2019-08-21 21:05:21 +09:00
drivers treewide: remove dummy Makefiles for single targets 2019-08-21 21:05:21 +09:00
fs
include Kbuild: Handle PREEMPT_RT for version string and magic 2019-08-14 01:10:42 +09:00
init Kbuild: Handle PREEMPT_RT for version string and magic 2019-08-14 01:10:42 +09:00
ipc
kernel
lib
LICENSES
mm
net
samples
scripts kbuild: split final module linking out into Makefile.modfinal 2019-08-22 01:08:15 +09:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: ignore modules.order explicitly 2019-08-22 01:14:11 +09:00
.mailmap
COPYING
CREDITS
Kbuild kbuild: do not descend to ./Kbuild when cleaning 2019-08-21 21:03:58 +09:00
Kconfig
MAINTAINERS
Makefile kbuild: split final module linking out into Makefile.modfinal 2019-08-22 01:08:15 +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.