1# 2# (C) COPYRIGHT 2018-2020 ARM Limited. All rights reserved. 3# 4# This program is free software and is provided to you under the terms of the 5# GNU General Public License version 2 as published by the Free Software 6# Foundation, and any use by you of this program is subject to the terms 7# of such GNU licence. 8# 9# This program is distributed in the hope that it will be useful, 10# but WITHOUT ANY WARRANTY; without even the implied warranty of 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12# GNU General Public License for more details. 13# 14# You should have received a copy of the GNU General Public License 15# along with this program; if not, you can access it online at 16# http://www.gnu.org/licenses/gpl-2.0.html. 17# 18# SPDX-License-Identifier: GPL-2.0 19# 20# 21 22mali_kbase-y += \ 23 csf/mali_kbase_csf_firmware_cfg.o \ 24 csf/mali_kbase_csf_trace_buffer.o \ 25 csf/mali_kbase_csf.o \ 26 csf/mali_kbase_csf_scheduler.o \ 27 csf/mali_kbase_csf_kcpu.o \ 28 csf/mali_kbase_csf_tiler_heap.o \ 29 csf/mali_kbase_csf_timeout.o \ 30 csf/mali_kbase_csf_tl_reader.o \ 31 csf/mali_kbase_csf_heap_context_alloc.o \ 32 csf/mali_kbase_csf_reset_gpu.o \ 33 csf/mali_kbase_csf_csg_debugfs.o \ 34 csf/mali_kbase_csf_kcpu_debugfs.o \ 35 csf/mali_kbase_csf_protected_memory.o \ 36 csf/mali_kbase_csf_tiler_heap_debugfs.o 37 38mali_kbase-$(CONFIG_MALI_REAL_HW) += csf/mali_kbase_csf_firmware.o 39 40mali_kbase-$(CONFIG_MALI_BIFROST_NO_MALI) += csf/mali_kbase_csf_firmware_no_mali.o 41