summaryrefslogtreecommitdiff
path: root/msm8226/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8226/common.mk')
-rw-r--r--msm8226/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8226/common.mk b/msm8226/common.mk
index e8a434ec..887c2a3e 100644
--- a/msm8226/common.mk
+++ b/msm8226/common.mk
@@ -56,7 +56,7 @@ ifneq (,$(DISPLAY_FEATURE_MAX_ROT_SESSION))
common_flags += -DTARGET_SPECIFIC_MAX_ROT_SESSION=$(DISPLAY_FEATURE_MAX_ROT_SESSION)
endif
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+ifneq (,$(call is-vendor-board-qcom))
# This check is to pick the kernel headers from the right location.
# If the macro above is defined, we make the assumption that we have the kernel
# available in the build tree.