Linux kernel source tree
Find a file
Masahiro Yamada 8a2cc0505c bpfilter: use 'userprogs' syntax to build bpfilter_umh
The user mode helper should be compiled for the same architecture as
the kernel.

This Makefile reused the 'hostprogs' syntax by overriding HOSTCC with CC.
Use the new syntax 'userprogs' to fix the Makefile mess.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
2020-05-17 18:52:01 +09:00
arch kbuild: remove unused AS assignment 2020-05-12 13:28:33 +09:00
block
certs
crypto
Documentation
drivers
fs
include kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
init bpfilter: check if $(CC) can link static libc in Kconfig 2020-05-17 18:52:01 +09:00
ipc
kernel
lib
LICENSES
mm
net bpfilter: use 'userprogs' syntax to build bpfilter_umh 2020-05-17 18:52:01 +09:00
samples Revert "objtool: Skip samples subdirectory" 2020-05-12 13:28:33 +09:00
scripts kbuild: add infrastructure to build userspace programs 2020-05-17 18:52:01 +09:00
security
sound
tools
usr bpfilter: match bit size of bpfilter_umh to that of the kernel 2020-05-17 18:52:01 +09:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS
Makefile kbuild: add infrastructure to build userspace programs 2020-05-17 18:52:01 +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.