summaryrefslogtreecommitdiff
path: root/msm8909w_3100/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'msm8909w_3100/common.mk')
-rw-r--r--msm8909w_3100/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8909w_3100/common.mk b/msm8909w_3100/common.mk
index 8920342b..7e46c203 100644
--- a/msm8909w_3100/common.mk
+++ b/msm8909w_3100/common.mk
@@ -21,7 +21,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