diff options
| author | Kaan Külahlı <rygebis@gmail.com> | 2017-03-03 16:28:47 +0000 |
|---|---|---|
| committer | Kaan Külahlı <rygebis@gmail.com> | 2017-03-03 16:30:05 +0000 |
| commit | 7396f4e97f5f15d66336c1ea8bf108e91cb149e6 (patch) | |
| tree | e2ef8e97e5c8e13b9291110e75795d91ba0493fa | |
| parent | bc7a587c46857fe9399b4a7ada5191c2c7389212 (diff) | |
seed: kernel: Adapted to Lineage official
Change-Id: I7a75b8e94384e1dd7dc7c652bdfcc6c519aa5237
| -rw-r--r-- | board/kernel.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/board/kernel.mk b/board/kernel.mk index 2bfc690..2e727d1 100644 --- a/board/kernel.mk +++ b/board/kernel.mk @@ -5,7 +5,4 @@ TARGET_KERNEL_SOURCE := kernel/google/seed TARGET_KERNEL_CONFIG := lineageos_seed_defconfig KERNEL_TOOLCHAIN := $(ANDROID_BUILD_TOP)/prebuilts/gcc/$(HOST_OS)-x86/arm/arm-eabi-4.8/bin TARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-eabi- -BOARD_KERNEL_IMAGE_NAME := zImage-dtb -BOARD_KERNEL_SEPARATED_DT := false -TARGET_KERNEL_APPEND_DTB := true -TARGET_USES_UNCOMPRESSED_KERNEL := true + |
