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