Skip to content

Commit ce38d9d

Browse files
committed
chore: add removed files back to tree
1 parent bb4e348 commit ce38d9d

19 files changed

Lines changed: 19658 additions & 18 deletions

COPYING

Lines changed: 356 additions & 0 deletions
Large diffs are not rendered by default.

CREDITS

Lines changed: 4143 additions & 0 deletions
Large diffs are not rendered by default.

MAINTAINERS

Lines changed: 14997 additions & 0 deletions
Large diffs are not rendered by default.

README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Linux kernel
2+
============
3+
4+
This file was moved to Documentation/admin-guide/README.rst
5+
6+
Please notice that there are several guides for kernel developers and users.
7+
These guides can be rendered in a number of formats, like HTML and PDF.
8+
9+
In order to build the documentation, use ``make htmldocs`` or
10+
``make pdfdocs``.
11+
12+
There are various text files in the Documentation/ subdirectory,
13+
several of them using the Restructured Text markup notation.
14+
See Documentation/00-INDEX for a list of what is contained in each file.
15+
16+
Please read the Documentation/process/changes.rst file, as it contains the
17+
requirements for building and running the kernel, and information about
18+
the problems which may result by upgrading your kernel.

build.config.aarch64

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ARCH=arm64
2+
3+
CROSS_COMPILE=aarch64-linux-gnu-
4+
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin
5+
6+
FILES="
7+
arch/arm64/boot/Image
8+
arch/arm64/boot/Image.gz
9+
vmlinux
10+
System.map
11+
"

build.config.common

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
BRANCH=android-4.14
2+
3+
CC=clang
4+
LD=ld.lld
5+
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r383902/bin
6+
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
7+
8+
EXTRA_CMDS=''
9+
STOP_SHIP_TRACEPRINTK=1

build.config.cuttlefish.aarch64

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
2+
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
3+
4+
LZ4_RAMDISK=1
5+
DEFCONFIG=cuttlefish_defconfig
6+
POST_DEFCONFIG_CMDS="check_defconfig"

build.config.cuttlefish.x86_64

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
2+
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.x86_64
3+
4+
LZ4_RAMDISK=1
5+
DEFCONFIG=x86_64_cuttlefish_defconfig
6+
POST_DEFCONFIG_CMDS="check_defconfig"

build.config.universal9820

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ARCH=arm64
2+
CROSS_COMPILE=aarch64-linux-android-
3+
CLANG_TRIPLE=aarch64-linux-gnu-
4+
DEFCONFIG=universal9820_Q_defconfig
5+
CLANG_VERSION=clang-4691093
6+
TARGET_SOC=exynos9820
7+
FILES="
8+
arch/arm64/boot/Image:kernel
9+
arch/arm64/boot/dts/exynos/exynos9820.dtb:dtb.img
10+
dtbo.img:dtbo.img
11+
vmlinux:vmlinux
12+
"

build.config.universal9820_5g

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ARCH=arm64
2+
CROSS_COMPILE=aarch64-linux-android-
3+
CLANG_TRIPLE=aarch64-linux-gnu-
4+
DEFCONFIG=universal9820_5g_defconfig
5+
CLANG_VERSION=clang-4691093
6+
TARGET_SOC=exynos9820
7+
FILES="
8+
arch/arm64/boot/Image:kernel
9+
arch/arm64/boot/dts/exynos/exynos9820.dtb:dtb.img
10+
dtbo.img:dtbo.img
11+
vmlinux:vmlinux
12+
"

0 commit comments

Comments
 (0)