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-y += aspeed/
8obj-$(CONFIG_ARCH_AT91) += atmel/
9obj-y += bcm/
10obj-$(CONFIG_SOC_CANAAN) += canaan/
11obj-$(CONFIG_ARCH_DOVE) += dove/
12obj-$(CONFIG_MACH_DOVE) += dove/
13obj-y += fsl/
14obj-$(CONFIG_ARCH_GEMINI) += gemini/
15obj-y += imx/
16obj-$(CONFIG_ARCH_IXP4XX) += ixp4xx/
17obj-$(CONFIG_SOC_XWAY) += lantiq/
18obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
19obj-y += mediatek/
20obj-y += amlogic/
21obj-y += qcom/
22obj-y += renesas/
23obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
24obj-$(CONFIG_SOC_SAMSUNG) += samsung/
25obj-$(CONFIG_SOC_SIFIVE) += sifive/
26obj-y += sunxi/
27obj-$(CONFIG_ARCH_TEGRA) += tegra/
28obj-y += ti/
29obj-$(CONFIG_ARCH_U8500) += ux500/
30obj-$(CONFIG_PLAT_VERSATILE) += versatile/
31obj-y += xilinx/