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_ARCH_CANAAN) += canaan/
11obj-$(CONFIG_EP93XX_SOC) += cirrus/
12obj-$(CONFIG_ARCH_DOVE) += dove/
13obj-$(CONFIG_MACH_DOVE) += dove/
14obj-y += fsl/
15obj-y += fujitsu/
16obj-$(CONFIG_ARCH_GEMINI) += gemini/
17obj-y += hisilicon/
18obj-y += imx/
19obj-y += ixp4xx/
20obj-$(CONFIG_SOC_XWAY) += lantiq/
21obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
22obj-y += loongson/
23obj-y += mediatek/
24obj-y += microchip/
25obj-y += nuvoton/
26obj-y += pxa/
27obj-y += amlogic/
28obj-y += qcom/
29obj-y += renesas/
30obj-y += rockchip/
31obj-$(CONFIG_SOC_SAMSUNG) += samsung/
32obj-y += sophgo/
33obj-y += sunxi/
34obj-$(CONFIG_ARCH_TEGRA) += tegra/
35obj-y += ti/
36obj-$(CONFIG_ARCH_U8500) += ux500/
37obj-y += versatile/
38obj-y += vt8500/
39obj-y += xilinx/