18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the Linux Kernel SOC specific device drivers.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_ACTIONS)	+= actions/
78c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_ASPEED)	+= aspeed/
88c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_AT91)		+= atmel/
98c2ecf20Sopenharmony_ciobj-y				+= bcm/
108c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_DOVE)		+= dove/
118c2ecf20Sopenharmony_ciobj-$(CONFIG_MACH_DOVE)		+= dove/
128c2ecf20Sopenharmony_ciobj-y				+= fsl/
138c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_GEMINI)	+= gemini/
148c2ecf20Sopenharmony_ciobj-y				+= imx/
158c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_IXP4XX)	+= ixp4xx/
168c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_XWAY)		+= lantiq/
178c2ecf20Sopenharmony_ciobj-y				+= mediatek/
188c2ecf20Sopenharmony_ciobj-y				+= amlogic/
198c2ecf20Sopenharmony_ciobj-y				+= qcom/
208c2ecf20Sopenharmony_ciobj-y				+= renesas/
218c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_ROCKCHIP)	+= rockchip/
228c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_SAMSUNG)	+= samsung/
238c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_SIFIVE)	+= sifive/
248c2ecf20Sopenharmony_ciobj-y				+= sunxi/
258c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_TEGRA)	+= tegra/
268c2ecf20Sopenharmony_ciobj-y				+= ti/
278c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_U8500)	+= ux500/
288c2ecf20Sopenharmony_ciobj-$(CONFIG_PLAT_VERSATILE)	+= versatile/
298c2ecf20Sopenharmony_ciobj-y				+= xilinx/
308c2ecf20Sopenharmony_ciobj-$(CONFIG_ARCH_ZX)		+= zte/
318c2ecf20Sopenharmony_ciobj-$(CONFIG_SOC_KENDRYTE)	+= kendryte/
32