| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note |
|---|
| 2 | 2 | # |
|---|
| 3 | | -# (C) COPYRIGHT 2014-2021 ARM Limited. All rights reserved. |
|---|
| 3 | +# (C) COPYRIGHT 2014-2022 ARM Limited. All rights reserved. |
|---|
| 4 | 4 | # |
|---|
| 5 | 5 | # This program is free software and is provided to you under the terms of the |
|---|
| 6 | 6 | # GNU General Public License version 2 as published by the Free Software |
|---|
| .. | .. |
|---|
| 47 | 47 | bifrost_kbase-$(CONFIG_MALI_BIFROST_DEVFREQ) += \ |
|---|
| 48 | 48 | backend/gpu/mali_kbase_devfreq.o |
|---|
| 49 | 49 | |
|---|
| 50 | +ifneq ($(CONFIG_MALI_REAL_HW),y) |
|---|
| 51 | + bifrost_kbase-y += backend/gpu/mali_kbase_model_linux.o |
|---|
| 52 | +endif |
|---|
| 53 | + |
|---|
| 54 | +# NO_MALI Dummy model interface |
|---|
| 55 | +bifrost_kbase-$(CONFIG_MALI_BIFROST_NO_MALI) += backend/gpu/mali_kbase_model_dummy.o |
|---|
| 56 | +# HW error simulation |
|---|
| 57 | +bifrost_kbase-$(CONFIG_MALI_BIFROST_NO_MALI) += backend/gpu/mali_kbase_model_error_generator.o |
|---|
| 58 | + |
|---|