Skip to content

Commit

Permalink
build.config.msm.lahaina: Add qgki-consolidate as a supported variant
Browse files Browse the repository at this point in the history
Add support for building using the lahaina-qgki-consolidate_defconfig
which consists of the QGKI + consolidate fragments.

Change-Id: Ie6bf7e564560a808a67f2c65bcb63e099f43e4f4
Signed-off-by: Jack Pham <[email protected]>
  • Loading branch information
Jack Pham committed Jun 26, 2020
1 parent 6e625d3 commit 7f37505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.config.msm.lahaina
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KERNEL_DIR=${_KERNEL_DIR}
## Variant setup
MSM_ARCH=lahaina
BRANCH=msm-5.4
VARIANTS=(qgki-debug qgki gki gki-only)
VARIANTS=(qgki-debug qgki-consolidate qgki gki gki-only)

DT_OVERLAY_SUPPORT=1

Expand All @@ -29,7 +29,7 @@ PAGE_SIZE=4096
. ${KERNEL_DIR}/build.config.msm.common

case "${VARIANT}" in
qgki-debug | qgki | gki)
qgki-debug | qgki-consolidate | qgki | gki)
. ${KERNEL_DIR}/build.config.msm.gki
;;
gki-only)
Expand Down

0 comments on commit 7f37505

Please sign in to comment.