2017-11-01 15:07:57 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2014-04-24 11:31:21 -05:00
|
|
|
#
|
|
|
|
|
# Makefile for the Linux Kernel SOC specific device drivers.
|
|
|
|
|
#
|
|
|
|
|
|
2022-05-01 16:55:05 +02:00
|
|
|
obj-y += apple/
|
2020-09-16 22:27:31 +09:30
|
|
|
obj-y += aspeed/
|
2017-02-16 11:31:06 +01:00
|
|
|
obj-$(CONFIG_ARCH_AT91) += atmel/
|
2015-12-16 16:26:47 -08:00
|
|
|
obj-y += bcm/
|
2024-03-29 01:06:10 +08:00
|
|
|
obj-$(CONFIG_ARCH_CANAAN) += canaan/
|
2024-09-09 11:10:32 +03:00
|
|
|
obj-$(CONFIG_EP93XX_SOC) += cirrus/
|
2015-12-08 10:43:28 +00:00
|
|
|
obj-$(CONFIG_ARCH_DOVE) += dove/
|
2015-07-15 19:59:36 +01:00
|
|
|
obj-$(CONFIG_MACH_DOVE) += dove/
|
2015-11-30 10:48:57 +08:00
|
|
|
obj-y += fsl/
|
2022-05-20 16:41:19 +09:00
|
|
|
obj-y += fujitsu/
|
2017-12-22 00:19:08 +01:00
|
|
|
obj-$(CONFIG_ARCH_GEMINI) += gemini/
|
2023-08-08 10:36:38 +08:00
|
|
|
obj-y += hisilicon/
|
2020-02-21 10:32:19 +08:00
|
|
|
obj-y += imx/
|
2021-07-21 23:13:43 +02:00
|
|
|
obj-y += ixp4xx/
|
2017-08-20 00:18:15 +02:00
|
|
|
obj-$(CONFIG_SOC_XWAY) += lantiq/
|
2020-10-13 16:45:52 +02:00
|
|
|
obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
|
2022-11-11 13:42:00 +08:00
|
|
|
obj-y += loongson/
|
2017-10-05 11:17:43 +02:00
|
|
|
obj-y += mediatek/
|
2022-02-17 10:13:50 +00:00
|
|
|
obj-y += microchip/
|
2023-02-01 15:47:17 +10:30
|
|
|
obj-y += nuvoton/
|
2019-09-20 13:33:40 +02:00
|
|
|
obj-y += pxa/
|
2018-11-12 17:46:54 +01:00
|
|
|
obj-y += amlogic/
|
2018-04-18 16:28:47 -07:00
|
|
|
obj-y += qcom/
|
2017-05-19 10:35:10 +02:00
|
|
|
obj-y += renesas/
|
2022-04-25 18:45:44 -07:00
|
|
|
obj-y += rockchip/
|
2015-12-18 09:02:16 +05:30
|
|
|
obj-$(CONFIG_SOC_SAMSUNG) += samsung/
|
2025-04-18 10:03:21 +08:00
|
|
|
obj-y += sophgo/
|
2018-09-09 21:04:39 +02:00
|
|
|
obj-y += sunxi/
|
2014-06-12 18:36:37 +03:00
|
|
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
2019-06-17 15:01:05 +02:00
|
|
|
obj-y += ti/
|
2016-06-22 16:32:36 +02:00
|
|
|
obj-$(CONFIG_ARCH_U8500) += ux500/
|
2024-08-25 20:05:25 +02:00
|
|
|
obj-y += versatile/
|
2025-05-03 15:52:32 +04:00
|
|
|
obj-y += vt8500/
|
2017-12-19 14:15:25 +01:00
|
|
|
obj-y += xilinx/
|