]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/soc/Makefile
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / drivers / soc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux Kernel SOC specific device drivers.
4 #
5
6 obj-$(CONFIG_ARCH_ACTIONS) += actions/
7 obj-$(CONFIG_ARCH_AT91) += atmel/
8 obj-y += bcm/
9 obj-$(CONFIG_ARCH_DOVE) += dove/
10 obj-$(CONFIG_MACH_DOVE) += dove/
11 obj-y += fsl/
12 obj-$(CONFIG_ARCH_MXC) += imx/
13 obj-$(CONFIG_SOC_XWAY) += lantiq/
14 obj-y += mediatek/
15 obj-$(CONFIG_ARCH_MESON) += amlogic/
16 obj-$(CONFIG_ARCH_QCOM) += qcom/
17 obj-y += renesas/
18 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
19 obj-$(CONFIG_SOC_SAMSUNG) += samsung/
20 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
21 obj-$(CONFIG_ARCH_TEGRA) += tegra/
22 obj-$(CONFIG_SOC_TI) += ti/
23 obj-$(CONFIG_ARCH_U8500) += ux500/
24 obj-$(CONFIG_PLAT_VERSATILE) += versatile/
25 obj-$(CONFIG_ARCH_ZX) += zte/