Allow modifying generic_vm_defconfig via: BUILD_CONFIG=msm-kernel/build.config.msm.generic_vm ./build/config.sh. Additionally, reorder generic_vm_defconfig such that it matches the default order generated by ./build/config.sh. Change-Id: Ie1bc955376b7f59a540f0c450e2484f3b33c2841 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
. ${ROOT_DIR}/common/build.config.common
|
|
. ${ROOT_DIR}/common/build.config.aarch64
|
|
|
|
DEFCONFIG="generic_vm_defconfig"
|
|
POST_DEFCONFIG_CMDS="check_defconfig"
|