blob: eee7e20f9bb6a8db7c917c676f0e08bab2e9b561 [file] [log] [blame]
Steve Kondik89a7c072013-01-25 19:56:37 -08001LOCAL_PATH := $(call my-dir)
2
3ifeq ($(BOARD_VENDOR),samsung)
Steve Kondik7a565592013-02-06 22:39:21 -08004ifeq ($(BOARD_FAMILY),celox)
Steve Kondik89a7c072013-01-25 19:56:37 -08005ifeq ($(TARGET_BOARD_PLATFORM),msm8660)
6 include $(call all-subdir-makefiles,$(LOCAL_PATH))
7endif
8endif
Steve Kondik7a565592013-02-06 22:39:21 -08009endif