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-y += apple/
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-y += fujitsu/
15obj-$(CONFIG_ARCH_GEMINI) += gemini/
16obj-y += hisilicon/
17obj-y += imx/
18obj-y += ixp4xx/
19obj-$(CONFIG_SOC_XWAY) += lantiq/
20obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
21obj-y += loongson/
22obj-y += mediatek/
23obj-y += microchip/
24obj-y += nuvoton/
25obj-y += pxa/
26obj-y += amlogic/
27obj-y += qcom/
28obj-y += renesas/
29obj-y += rockchip/
30obj-$(CONFIG_SOC_SAMSUNG) += samsung/
31obj-y += sifive/
32obj-y += sunxi/
33obj-$(CONFIG_ARCH_TEGRA) += tegra/
34obj-y += ti/
35obj-$(CONFIG_ARCH_U8500) += ux500/
36obj-$(CONFIG_PLAT_VERSATILE) += versatile/
37obj-y += xilinx/