blob: fa10797e2b8478d75a95076b00b82fd66b92aec5 [file] [log] [blame]
Thierry Strudeldb2e7b22017-05-22 17:15:07 -07001ifneq ($(TARGET_BOARD_AUTO),true)
2
3 LOCAL_PATH := $(call my-dir)
4
5 ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
6 include $(call first-makefiles-under,$(LOCAL_PATH)/msm8998)
7 endif
8endif