Files
kernel_xiaomi_mt6781/build.config.mtk.aarch64.gcc
Miles Chen be5f5eb54a [ALPS04991764] kernel: allow passing DEFCONFIG from command line
Comment out DEFCONFIG in build.config.mtk* to pass DEFCONFIG
from command line. We can use build.config.mtk* to test
different internal kernel configs.

BUILD_CONFIG=kernel-4.19/build.config.mtk.arm
DEFCONFIG=k61v1_32_bsp_1g_debug_defconfig ./kernel/build/build.sh -j32

MTK-Commit-Id: f441079aa7c9056548c8c288ea432fd28f0d5bd6

Change-Id: Icf28e864c5f0a6d5e2535d250889742d9c98d5bb
CR-Id: ALPS04991764
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Feature: [Module]Kernel Maintenance
2021-01-28 17:25:15 +08:00

7 lines
194 B
Plaintext

ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu-
CC=gcc
# DEFCONFIG=defconfig
KERNEL_DIR=kernel-4.19
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-6.3.1/bin