summaryrefslogtreecommitdiff
path: root/AndroidBoard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidBoard.mk')
-rwxr-xr-xAndroidBoard.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 3885d33..96cfa55 100755
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -19,7 +19,11 @@ endif
# Compile Linux Kernel
#----------------------------------------------------------------------
ifeq ($(KERNEL_DEFCONFIG),)
- KERNEL_DEFCONFIG := sdm660_defconfig
+ ifeq ($(TARGET_BUILD_VARIANT),user)
+ KERNEL_DEFCONFIG := sdm660-perf_defconfig
+ else
+ KERNEL_DEFCONFIG := sdm660_defconfig
+ endif
endif
ifeq ($(TARGET_KERNEL_SOURCE),)