summaryrefslogtreecommitdiff
path: root/mali_kbase/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'mali_kbase/Kbuild')
-rw-r--r--mali_kbase/Kbuild23
1 files changed, 16 insertions, 7 deletions
diff --git a/mali_kbase/Kbuild b/mali_kbase/Kbuild
index 9947768..67acc6f 100644
--- a/mali_kbase/Kbuild
+++ b/mali_kbase/Kbuild
@@ -6,16 +6,22 @@
# Foundation, and any use by you of this program is subject to the terms
# of such GNU licence.
#
-# 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.
+# 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, you can access it online at
+# http://www.gnu.org/licenses/gpl-2.0.html.
+#
+# SPDX-License-Identifier: GPL-2.0
#
#
-
# Driver version string which is returned to userspace via an ioctl
-MALI_RELEASE_NAME ?= "r9p0-01rel0"
+MALI_RELEASE_NAME ?= "r10p0-01rel0"
# Paths required for build
KBASE_PATH = $(src)
@@ -111,10 +117,13 @@ SRC := \
mali_kbase_tlstream.c \
mali_kbase_strings.c \
mali_kbase_as_fault_debugfs.c \
- mali_kbase_regs_history_debugfs.c
-
+ mali_kbase_regs_history_debugfs.c \
+ thirdparty/mali_kbase_mmap.c
+ifeq ($(CONFIG_MALI_JOB_DUMP),y)
+ SRC += mali_kbase_gwt.c
+endif
ifeq ($(MALI_UNIT_TEST),1)
SRC += mali_kbase_tlstream_test.c