Files
kernel_xiaomi_mt6785/build.config.mtk.aarch64.gcc
Miles Chen 69d9f73174 [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.14/build.config.mtk.arm
DEFCONFIG=k39tv1_bsp_1g_defconfig ./kernel/build/build.sh -j32

MTK-Commit-Id: de24fcc14a58d0667dfa6dfdffaeca98d515737e

CR-Id: ALPS04991764
Change-Id: I76e4d805e97373c21176f4114d3803c9945163ac
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
Feature: [Module]Kernel Maintenance
2021-01-29 01:00:12 +08:00

7 lines
194 B
Plaintext

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