This is a snapshot of the IPA and GSI drivers from msm-4.19 to msm-lahaina as of 'commit <2df7c68f038d13a4d278ecd858bc5ccebb3f569b> (Merge "sched/core: fix possible out-of-bounds access in updown_migrate_value)'. Change-Id: Ie654ca46181248854ddc33c3033b5808aa32e628 Signed-off-by: Bojun Pan <bojunp@codeaurora.org>
13 lines
323 B
Makefile
13 lines
323 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform
|
|
#
|
|
|
|
obj-$(CONFIG_X86) += x86/
|
|
obj-$(CONFIG_MELLANOX_PLATFORM) += mellanox/
|
|
obj-$(CONFIG_MIPS) += mips/
|
|
obj-$(CONFIG_OLPC_EC) += olpc/
|
|
obj-$(CONFIG_GOLDFISH) += goldfish/
|
|
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/
|
|
obj-$(CONFIG_ARCH_QCOM) += msm/
|