summaryrefslogtreecommitdiff
path: root/mali_pixel/Kbuild
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2021-04-14 19:12:04 +0100
committerSidath Senanayake <sidaths@google.com>2021-04-14 19:51:08 +0100
commit5ddb2927918bdf131080bc488eb1fb455d1cdfb7 (patch)
tree55486dfa0712903fef8f1e9b568d3112b759416c /mali_pixel/Kbuild
parent9748305a584b9f1f7705303ce6e33a5e8b923e60 (diff)
downloadgpu-5ddb2927918bdf131080bc488eb1fb455d1cdfb7.tar.gz
Consolidate Mali integration modules
As the number of integration modules for Mali is incerasing, we consolidate them into a single module, mali_pixel, rather than deal with the overhead of multiple modules. Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I32297ffcda68ec9245d99433727534848e2c20fe
Diffstat (limited to 'mali_pixel/Kbuild')
-rw-r--r--mali_pixel/Kbuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/mali_pixel/Kbuild b/mali_pixel/Kbuild
new file mode 100644
index 0000000..a049bed
--- /dev/null
+++ b/mali_pixel/Kbuild
@@ -0,0 +1,22 @@
+#
+# (C) COPYRIGHT 2019 ARM Limited. All rights reserved.
+#
+# 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.
+#
+# 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
+#
+#
+
+obj-$(CONFIG_MALI_MEMORY_GROUP_MANAGER) := memory_group_manager.o \ No newline at end of file