1ifneq ($(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
9