Steve Kondik | 89a7c07 | 2013-01-25 19:56:37 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | ifeq ($(BOARD_VENDOR),samsung) | ||||
Steve Kondik | 7a56559 | 2013-02-06 22:39:21 -0800 | [diff] [blame^] | 4 | ifeq ($(BOARD_FAMILY),celox) |
Steve Kondik | 89a7c07 | 2013-01-25 19:56:37 -0800 | [diff] [blame] | 5 | ifeq ($(TARGET_BOARD_PLATFORM),msm8660) |
6 | include $(call all-subdir-makefiles,$(LOCAL_PATH)) | ||||
7 | endif | ||||
8 | endif | ||||
Steve Kondik | 7a56559 | 2013-02-06 22:39:21 -0800 | [diff] [blame^] | 9 | endif |