blob: 6b68450ec543cd436e7f5fe1bed4c150a16199cf [file] [log] [blame]
Ethan Chenedcc2ce2014-11-18 15:22:25 -08001ifeq ($(call my-dir)/$(TARGET_BOARD_PLATFORM),$(call project-path-for,qcom-display))
Ethan Chen08d87e72014-11-08 23:25:53 -08002
Naseer Ahmed11bcd0d2014-05-14 20:43:49 -04003ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),)
4 #This is for 8084 based platforms
5 include $(call all-named-subdir-makefiles,msm8084)
6else
Simon Wilsonef53c1c2014-04-09 11:15:13 -07007ifneq ($(filter msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),)
Simon Wilson0e1d6172014-02-05 16:52:37 -08008 #This is for 8974 based (and B-family) platforms
Vineeta Srivastava513ddc22013-06-12 09:06:30 -07009 include $(call all-named-subdir-makefiles,msm8974)
Naseer Ahmedda429772013-02-09 08:11:36 -050010else
Simon Wilsonef53c1c2014-04-09 11:15:13 -070011ifneq ($(filter msm8226 msm8x26,$(TARGET_BOARD_PLATFORM)),)
12 include $(call all-named-subdir-makefiles,msm8226)
13else
Ajay Dudani9e924dd2014-11-20 17:53:26 -080014ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
Vineeta Srivastava513ddc22013-06-12 09:06:30 -070015 include $(call all-named-subdir-makefiles,msm8960)
Patrick Tjin054df952015-03-12 09:30:21 -070016else
17ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
18 include $(call all-named-subdir-makefiles,msm8994)
19endif
Naseer Ahmedda429772013-02-09 08:11:36 -050020endif
Simon Wilsonef53c1c2014-04-09 11:15:13 -070021endif
Naseer Ahmed11bcd0d2014-05-14 20:43:49 -040022endif
Ajay Dudani9e924dd2014-11-20 17:53:26 -080023endif
Ethan Chen08d87e72014-11-08 23:25:53 -080024
25endif