Files

40 lines
968 B
Makefile
Raw Permalink Normal View History

# 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/
obj-$(CONFIG_ARCH_AT91) += atmel/
2015-12-16 16:26:47 -08:00
obj-y += bcm/
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/
obj-$(CONFIG_MACH_DOVE) += dove/
obj-y += fsl/
obj-y += fujitsu/
2017-12-22 00:19:08 +01:00
obj-$(CONFIG_ARCH_GEMINI) += gemini/
obj-y += hisilicon/
obj-y += imx/
obj-y += ixp4xx/
obj-$(CONFIG_SOC_XWAY) += lantiq/
obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
obj-y += loongson/
obj-y += mediatek/
obj-y += microchip/
obj-y += nuvoton/
2019-09-20 13:33:40 +02:00
obj-y += pxa/
obj-y += amlogic/
2018-04-18 16:28:47 -07:00
obj-y += qcom/
obj-y += renesas/
obj-y += rockchip/
obj-$(CONFIG_SOC_SAMSUNG) += samsung/
obj-y += sophgo/
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/
obj-$(CONFIG_ARCH_U8500) += ux500/
2024-08-25 20:05:25 +02:00
obj-y += versatile/
obj-y += vt8500/
obj-y += xilinx/