Makefile (10205618052908770451acd33eaeaa7685e97ed2) | Makefile (08734e0581a54df77f1af354b93b02ac581e4fbb) |
---|---|
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 += aspeed/ 8obj-$(CONFIG_ARCH_AT91) += atmel/ --- 15 unchanged lines hidden (view full) --- 24obj-$(CONFIG_SOC_SIFIVE) += sifive/ 25obj-y += sunxi/ 26obj-$(CONFIG_ARCH_TEGRA) += tegra/ 27obj-y += ti/ 28obj-$(CONFIG_ARCH_U8500) += ux500/ 29obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 30obj-y += xilinx/ 31obj-$(CONFIG_ARCH_ZX) += zte/ | 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 += aspeed/ 8obj-$(CONFIG_ARCH_AT91) += atmel/ --- 15 unchanged lines hidden (view full) --- 24obj-$(CONFIG_SOC_SIFIVE) += sifive/ 25obj-y += sunxi/ 26obj-$(CONFIG_ARCH_TEGRA) += tegra/ 27obj-y += ti/ 28obj-$(CONFIG_ARCH_U8500) += ux500/ 29obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 30obj-y += xilinx/ 31obj-$(CONFIG_ARCH_ZX) += zte/ |
32obj-$(CONFIG_SOC_KENDRYTE) += kendryte/ | 32obj-$(CONFIG_SOC_CANAAN) += canaan/ |