mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
Change-Id: Ia5728750e6a98d3c366e116013fbd43bff1a1459 Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
24 lines
688 B
Makefile
Executable File
24 lines
688 B
Makefile
Executable File
#
|
|
# (C) COPYRIGHT 2012 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.
|
|
#
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_MALI_MIDGARD_FOR_LINUX) += midgard_for_linux/
|
|
|
|
obj-$(CONFIG_MALI_MIDGARD_FOR_ANDROID) += midgard/
|
|
|
|
obj-$(CONFIG_MALI400) += mali400/
|
|
|
|
obj-$(CONFIG_MALI_BIFROST) += bifrost/
|