Merge "config: Add build config for kkp oemvm"

This commit is contained in:
qctecmdr 2022-09-08 19:53:15 -07:00 committed by Gerrit - the friendly Code Review server
commit 5de96585ba

View File

@ -0,0 +1,10 @@
################################################################################
## Inheriting MSM configs
. ${KERNEL_DIR}/build.config.msm.kalama.vm
################################################################################
## Setting parameter to build only OEMVM images
MKDTIMGDTBS=()
MKDTIMGDTBS["kalama_oemvm"]="kalama-oemvm"
################################################################################