Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux Kernel SOC specific device drivers.
4#
5
6obj-$(CONFIG_ARCH_ACTIONS) += actions/
7obj-$(CONFIG_SOC_ASPEED) += aspeed/
8obj-$(CONFIG_ARCH_AT91) += atmel/
9obj-y += bcm/
10obj-$(CONFIG_ARCH_DOVE) += dove/
11obj-$(CONFIG_MACH_DOVE) += dove/
12obj-y += fsl/
13obj-$(CONFIG_ARCH_GEMINI) += gemini/
14obj-$(CONFIG_ARCH_MXC) += imx/
15obj-$(CONFIG_ARCH_IXP4XX) += ixp4xx/
16obj-$(CONFIG_SOC_XWAY) += lantiq/
17obj-y += mediatek/
18obj-y += amlogic/
19obj-y += qcom/
20obj-y += renesas/
21obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
22obj-$(CONFIG_SOC_SAMSUNG) += samsung/
23obj-y += sunxi/
24obj-$(CONFIG_ARCH_TEGRA) += tegra/
25obj-y += ti/
26obj-$(CONFIG_ARCH_U8500) += ux500/
27obj-$(CONFIG_PLAT_VERSATILE) += versatile/
28obj-y += xilinx/
29obj-$(CONFIG_ARCH_ZX) += zte/