config: Add build config for kkp oemvm

Add oemvm build config for msm-pineapple branch
on kalama kernel platform.

Change-Id: I543e6f07dfda64ea935f2561a3ff4d6e887a7b21
Signed-off-by: Peng Yang <quic_penyan@quicinc.com>
This commit is contained in:
Peng Yang 2022-09-05 19:51:04 -07:00
parent 03de227439
commit 065c8ddf21

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"
################################################################################