]> Git Repo - linux.git/blob - drivers/soc/Makefile
Linux 6.14-rc3
[linux.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-y                           += apple/
7 obj-y                           += aspeed/
8 obj-$(CONFIG_ARCH_AT91)         += atmel/
9 obj-y                           += bcm/
10 obj-$(CONFIG_ARCH_CANAAN)       += canaan/
11 obj-$(CONFIG_EP93XX_SOC)        += cirrus/
12 obj-$(CONFIG_ARCH_DOVE)         += dove/
13 obj-$(CONFIG_MACH_DOVE)         += dove/
14 obj-y                           += fsl/
15 obj-y                           += fujitsu/
16 obj-$(CONFIG_ARCH_GEMINI)       += gemini/
17 obj-y                           += hisilicon/
18 obj-y                           += imx/
19 obj-y                           += ixp4xx/
20 obj-$(CONFIG_SOC_XWAY)          += lantiq/
21 obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
22 obj-y                           += loongson/
23 obj-y                           += mediatek/
24 obj-y                           += microchip/
25 obj-y                           += nuvoton/
26 obj-y                           += pxa/
27 obj-y                           += amlogic/
28 obj-y                           += qcom/
29 obj-y                           += renesas/
30 obj-y                           += rockchip/
31 obj-$(CONFIG_SOC_SAMSUNG)       += samsung/
32 obj-y                           += sunxi/
33 obj-$(CONFIG_ARCH_TEGRA)        += tegra/
34 obj-y                           += ti/
35 obj-$(CONFIG_ARCH_U8500)        += ux500/
36 obj-y                           += versatile/
37 obj-y                           += xilinx/
This page took 0.037804 seconds and 4 git commands to generate.