2018-09-27 05:52:08 -04:00
|
|
|
#
|
2018-12-25 12:26:17 -05:00
|
|
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
2018-09-27 05:52:08 -04:00
|
|
|
#
|
2021-10-02 04:22:36 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2018-09-27 05:52:08 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
|
|
|
|
ifeq ($(TARGET_DEVICE),clover)
|
2018-10-19 11:11:10 -04:00
|
|
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
|
|
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
2018-09-27 05:52:08 -04:00
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
2018-10-18 09:20:29 -04:00
|
|
|
endif
|