Nathan Chancellor 89ce7df8cf Makefile: Fix 4.19.15 resolution
Commit 1637d5d2e2 ("kbuild: consolidate Clang compiler flags")
conflicts with commit 4c451dba25 ("ANDROID: Kbuild, LLVMLinux: allow
overriding clang target triple"). As it currently stands, CLANG_FLAGS
will not have the proper target parameter when cross compiling for
aarch64-linux-android. Move the CLANG_FLAGS definition up and use it
when checking for the proper target fallback, allowing us to properly
remove CLANG_TARGET.

Change-Id: I176146ad613bd5e6187f3421f29c2ffcc9ceebc3
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
2019-01-14 18:34:54 -07:00
2019-01-13 10:25:45 +01:00
2019-01-09 18:55:03 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2018-12-19 19:30:07 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2019-01-13 10:25:45 +01:00
2019-01-14 18:34:54 -07:00

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.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%