summaryrefslogtreecommitdiff
path: root/msm8909/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8909/common.mk')
-rw-r--r--msm8909/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8909/common.mk b/msm8909/common.mk
index 2a78aad0..c856a4f8 100644
--- a/msm8909/common.mk
+++ b/msm8909/common.mk
@@ -28,7 +28,7 @@ ifeq ($(ARCH_ARM_HAVE_NEON),true)
common_flags += -D__ARM_HAVE_NEON
endif
-ifeq ($(call is-board-platform-in-list, $(MASTER_SIDE_CP_TARGET_LIST)), true)
+ifneq (,$(call is-board-platform-in-list2, $(MASTER_SIDE_CP_TARGET_LIST)))
common_flags += -DMASTER_SIDE_CP
endif