Ethan Chen | edcc2ce | 2014-11-18 15:22:25 -0800 | [diff] [blame] | 1 | ifeq ($(call my-dir)/$(TARGET_BOARD_PLATFORM),$(call project-path-for,qcom-display)) |
Ethan Chen | 08d87e7 | 2014-11-08 23:25:53 -0800 | [diff] [blame] | 2 | |
Naseer Ahmed | 11bcd0d | 2014-05-14 20:43:49 -0400 | [diff] [blame] | 3 | ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),) |
| 4 | #This is for 8084 based platforms |
| 5 | include $(call all-named-subdir-makefiles,msm8084) |
| 6 | else |
Simon Wilson | ef53c1c | 2014-04-09 11:15:13 -0700 | [diff] [blame] | 7 | ifneq ($(filter msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),) |
Simon Wilson | 0e1d617 | 2014-02-05 16:52:37 -0800 | [diff] [blame] | 8 | #This is for 8974 based (and B-family) platforms |
Vineeta Srivastava | 513ddc2 | 2013-06-12 09:06:30 -0700 | [diff] [blame] | 9 | include $(call all-named-subdir-makefiles,msm8974) |
Naseer Ahmed | da42977 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 10 | else |
Simon Wilson | ef53c1c | 2014-04-09 11:15:13 -0700 | [diff] [blame] | 11 | ifneq ($(filter msm8226 msm8x26,$(TARGET_BOARD_PLATFORM)),) |
| 12 | include $(call all-named-subdir-makefiles,msm8226) |
| 13 | else |
Ajay Dudani | 9e924dd | 2014-11-20 17:53:26 -0800 | [diff] [blame] | 14 | ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),) |
Vineeta Srivastava | 513ddc2 | 2013-06-12 09:06:30 -0700 | [diff] [blame] | 15 | include $(call all-named-subdir-makefiles,msm8960) |
Patrick Tjin | 054df95 | 2015-03-12 09:30:21 -0700 | [diff] [blame] | 16 | else |
| 17 | ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),) |
| 18 | include $(call all-named-subdir-makefiles,msm8994) |
| 19 | endif |
Naseer Ahmed | da42977 | 2013-02-09 08:11:36 -0500 | [diff] [blame] | 20 | endif |
Simon Wilson | ef53c1c | 2014-04-09 11:15:13 -0700 | [diff] [blame] | 21 | endif |
Naseer Ahmed | 11bcd0d | 2014-05-14 20:43:49 -0400 | [diff] [blame] | 22 | endif |
Ajay Dudani | 9e924dd | 2014-11-20 17:53:26 -0800 | [diff] [blame] | 23 | endif |
Ethan Chen | 08d87e7 | 2014-11-08 23:25:53 -0800 | [diff] [blame] | 24 | |
| 25 | endif |