No description
Find a file
Masahiro Yamada d6c6ab93e1 kbuild: remove deprecated host-progs variable
The host-progs has been kept as an alias of hostprogs-y for a long time
(at least since the beginning of Git era), with the clear prompt:
  Usage of host-progs is deprecated. Please replace with hostprogs-y!

Enough time for the migration has passed.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
2018-08-09 21:51:17 +09:00
arch kbuild: remove deprecated host-progs variable 2018-08-09 21:51:17 +09:00
block for-linus-20180713 2018-07-14 12:28:00 -07:00
certs
crypto
Documentation kbuild: if_changed: document single use per target limitation 2018-07-21 06:50:32 +09:00
drivers RTC fixes for 4.18 2018-07-14 16:15:19 -07:00
firmware
fs reiserfs: fix buffer overflow with long warning messages 2018-07-14 11:11:10 -07:00
include kbuild: Add build salt to the kernel and modules 2018-07-18 01:18:05 +09:00
init kbuild: Add build salt to the kernel and modules 2018-07-18 01:18:05 +09:00
ipc
kernel kbuild: move bin2c back to scripts/ from scripts/basic/ 2018-07-18 01:18:05 +09:00
lib
LICENSES
mm Merge branch 'akpm' (patches from Andrew) 2018-07-14 11:14:33 -07:00
net kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS 2018-07-18 01:18:05 +09:00
samples kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS 2018-07-18 01:18:05 +09:00
scripts kbuild: remove deprecated host-progs variable 2018-08-09 21:51:17 +09:00
security kbuild: move bin2c back to scripts/ from scripts/basic/ 2018-07-18 01:18:05 +09:00
sound
tools kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGS 2018-07-18 01:18:05 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile kbuild: make samples really depend on headers_install 2018-08-09 21:50:18 +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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.