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