blob: 1cde3cff51306cd1e95fd4c084e3db441900ec01 [file] [log] [blame]
ifneq ($(filter msmnile sm6150,$(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
endif