6e03d22e43
Add build related configs for pineapple oemvm. Change-Id: I5c0d9d676fcf6ce6111bee66ba52d6790714e859 Signed-off-by: Peng Yang <quic_penyan@quicinc.com>
11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
################################################################################
|
|
## Inheriting MSM configs
|
|
. ${KERNEL_DIR}/build.config.msm.pineapple.vm
|
|
################################################################################
|
|
## Setting parameter to build only OEMVM images
|
|
|
|
MKDTIMGDTBS=()
|
|
MKDTIMGDTBS["pineapple_oemvm"]="pineapple-oemvm"
|
|
|
|
################################################################################
|