162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the Linux Kernel SOC specific device drivers.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciobj-y				+= apple/
762306a36Sopenharmony_ciobj-y				+= aspeed/
862306a36Sopenharmony_ciobj-$(CONFIG_ARCH_AT91)		+= atmel/
962306a36Sopenharmony_ciobj-y				+= bcm/
1062306a36Sopenharmony_ciobj-$(CONFIG_SOC_CANAAN)	+= canaan/
1162306a36Sopenharmony_ciobj-$(CONFIG_ARCH_DOVE)		+= dove/
1262306a36Sopenharmony_ciobj-$(CONFIG_MACH_DOVE)		+= dove/
1362306a36Sopenharmony_ciobj-y				+= fsl/
1462306a36Sopenharmony_ciobj-y				+= fujitsu/
1562306a36Sopenharmony_ciobj-$(CONFIG_ARCH_GEMINI)	+= gemini/
1662306a36Sopenharmony_ciobj-y				+= hisilicon/
1762306a36Sopenharmony_ciobj-y				+= imx/
1862306a36Sopenharmony_ciobj-y				+= ixp4xx/
1962306a36Sopenharmony_ciobj-$(CONFIG_SOC_XWAY)		+= lantiq/
2062306a36Sopenharmony_ciobj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
2162306a36Sopenharmony_ciobj-y				+= loongson/
2262306a36Sopenharmony_ciobj-y				+= mediatek/
2362306a36Sopenharmony_ciobj-y				+= microchip/
2462306a36Sopenharmony_ciobj-y				+= nuvoton/
2562306a36Sopenharmony_ciobj-y				+= pxa/
2662306a36Sopenharmony_ciobj-y				+= amlogic/
2762306a36Sopenharmony_ciobj-y				+= qcom/
2862306a36Sopenharmony_ciobj-y				+= renesas/
2962306a36Sopenharmony_ciobj-y				+= rockchip/
3062306a36Sopenharmony_ciobj-$(CONFIG_SOC_SAMSUNG)	+= samsung/
3162306a36Sopenharmony_ciobj-y				+= sifive/
3262306a36Sopenharmony_ciobj-y				+= sunxi/
3362306a36Sopenharmony_ciobj-$(CONFIG_ARCH_TEGRA)	+= tegra/
3462306a36Sopenharmony_ciobj-y				+= ti/
3562306a36Sopenharmony_ciobj-$(CONFIG_ARCH_U8500)	+= ux500/
3662306a36Sopenharmony_ciobj-$(CONFIG_PLAT_VERSATILE)	+= versatile/
3762306a36Sopenharmony_ciobj-y				+= xilinx/
38