#
# Copyright (c) Huawei Technologies Co., Ltd. 2014-2020. All rights reserved.
# Description: This file describe GPU related init
# Author: Huawei Technologies Co., Ltd.
# Create: 2014-2-24
#
# This program is free software and is provided to you under the terms of the
# GNU General Public License version 2 as published by the Free Software
# Foundation, and any use by you of this program is subject to the terms
# of such GNU licence.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# A copy of the licence is included with the program, and can also be obtained
# from Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA  02110-1301, USA.
#

HISI_LB += \
    $(MALI_PLATFORM_DIR)/base/lb/mali_kbase_policy_manager.c \
    $(MALI_PLATFORM_DIR)/base/lb/mali_kbase_quota_manager.c \
    $(MALI_PLATFORM_DIR)/base/lb/mali_kbase_lb.c

mali_kbase-$(CONFIG_MALI_LAST_BUFFER) += $(HISI_LB:.c=.o)

ccflags-$(CONFIG_MALI_LAST_BUFFER) += \
        -I$(src)/$(MALI_PLATFORM_DIR)/base/lb

subdir-ccflags-$(CONFIG_MALI_LAST_BUFFER) += \
        -I$(src)/$(MALI_PLATFORM_DIR)/base/lb
