summaryrefslogtreecommitdiff
path: root/mali-midgard-16.0/platform/devicetree/Kbuild
diff options
context:
space:
mode:
authorWookey <wookey@debian.org>2018-02-16 01:58:08 +0000
committerWookey <wookey@debian.org>2018-02-16 02:06:13 +0000
commitbca6272f79877458413f316b63d829e82bb4cbc5 (patch)
tree08a163660a550e5fe79cde933bee27f2ece441e1 /mali-midgard-16.0/platform/devicetree/Kbuild
parent0944fb1a1bd1478eef53b5bf86c586d192586174 (diff)
Use upstream source layout
Diffstat (limited to 'mali-midgard-16.0/platform/devicetree/Kbuild')
-rw-r--r--mali-midgard-16.0/platform/devicetree/Kbuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/mali-midgard-16.0/platform/devicetree/Kbuild b/mali-midgard-16.0/platform/devicetree/Kbuild
deleted file mode 100644
index b5a49f3..0000000
--- a/mali-midgard-16.0/platform/devicetree/Kbuild
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# (C) COPYRIGHT 2012-2013 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.
-#
-# 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.
-#
-#
-
-
-ifeq ($(CONFIG_MALI_MIDGARD),y)
-obj-y += mali_kbase_runtime_pm.c
-obj-y += mali_kbase_config_devicetree.c
-else ifeq ($(CONFIG_MALI_MIDGARD),m)
-SRC += platform/devicetree/mali_kbase_runtime_pm.c
-SRC += platform/devicetree/mali_kbase_config_devicetree.c
-endif