Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from fatseng/b2g-5.1.0_r1
Browse files Browse the repository at this point in the history
Bug 1235030 - replace is-board-platform-in-list by filter. r=mwu
  • Loading branch information
BavarianTomcat committed Jan 14, 2016
2 parents d8a56d7 + 54a9c28 commit 7b5967b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msm8084/common.mk
Expand Up @@ -27,8 +27,8 @@ ifeq ($(ARCH_ARM_HAVE_NEON),true)
common_flags += -D__ARM_HAVE_NEON
endif

ifeq ($(call is-board-platform-in-list, msm8974 msm8226 msm8610 msm8084 \
mpq8092 msm_bronze msm8916), true)
ifneq ($(filter msm8974 msm8226 msm8610 msm8084 msm8916, \
$(TARGET_BOARD_PLATFORM)),)
common_flags += -DVENUS_COLOR_FORMAT
common_flags += -DMDSS_TARGET
endif
Expand Down

0 comments on commit 7b5967b

Please sign in to comment.