build.config.msm.common: move configs outside of common configuration

Not every target require to build a boot image (boot.img).
Currently build boot image configs are present in a common
config which are applicable to all the targets which use
build infra structure. Move configs to target specific
config files.

Change-Id: If9f3fe2adc5f04e117ff91f78564ebea33cf2e59
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
This commit is contained in:
Murali Nalajala 2020-12-09 16:36:50 -08:00
parent e926a49e20
commit 7439cdd7e6
2 changed files with 9 additions and 8 deletions

View File

@ -194,14 +194,6 @@ function menuconfig() {
exit
}
export -f menuconfig
# Configuration options to build images for MSM targets
# Must be included AFTER build.config.msm.<target>
MODULES_LIST=${KERNEL_DIR}/modules.list.${CONFIG_TARGET}
# boot image macros
BUILD_BOOT_IMG=1
BUILD_INITRAMFS=1
################################################################################
## DT Overlay

View File

@ -2,6 +2,15 @@
# Common MSM configuration for building GKI-based kernels
DEFCONFIG="gki_defconfig"
# Configuration options to build images for MSM targets
# Must be included AFTER build.config.msm.<target>
MODULES_LIST=${KERNEL_DIR}/modules.list.${CONFIG_TARGET}
# boot image macros
BUILD_BOOT_IMG=1
BUILD_INITRAMFS=1
ABI_DEFINITION=abi_gki_aarch64.xml
KMI_SYMBOL_LIST=abi_gki_aarch64_qcom