11 lines
411 B
Plaintext
11 lines
411 B
Plaintext
################################################################################
|
|
## Inheriting MSM configs
|
|
. ${KERNEL_DIR}/build.config.msm.sun.vm
|
|
################################################################################
|
|
## Setting parameter to build only OEMVM images
|
|
|
|
MKDTIMGDTBS=()
|
|
MKDTIMGDTBS["sun_oemvm"]="sun-oemvm"
|
|
|
|
################################################################################
|