Makefile (75dae633c9c0c8d106e97bcf17bec79f652feb2c) | Makefile (7dbb4a38bff3449317abec5e0187ad97f699d5a6) |
---|---|
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 += apple/ 8obj-y += aspeed/ --- 7 unchanged lines hidden (view full) --- 16obj-$(CONFIG_ARCH_GEMINI) += gemini/ 17obj-y += imx/ 18obj-y += ixp4xx/ 19obj-$(CONFIG_SOC_XWAY) += lantiq/ 20obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/ 21obj-y += loongson/ 22obj-y += mediatek/ 23obj-y += microchip/ | 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 += apple/ 8obj-y += aspeed/ --- 7 unchanged lines hidden (view full) --- 16obj-$(CONFIG_ARCH_GEMINI) += gemini/ 17obj-y += imx/ 18obj-y += ixp4xx/ 19obj-$(CONFIG_SOC_XWAY) += lantiq/ 20obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/ 21obj-y += loongson/ 22obj-y += mediatek/ 23obj-y += microchip/ |
24obj-y += nuvoton/ |
|
24obj-y += pxa/ 25obj-y += amlogic/ 26obj-y += qcom/ 27obj-y += renesas/ 28obj-y += rockchip/ 29obj-$(CONFIG_SOC_SAMSUNG) += samsung/ 30obj-y += sifive/ 31obj-$(CONFIG_SOC_STARFIVE) += starfive/ 32obj-y += sunxi/ 33obj-$(CONFIG_ARCH_TEGRA) += tegra/ 34obj-y += ti/ 35obj-$(CONFIG_ARCH_U8500) += ux500/ 36obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 37obj-y += xilinx/ | 25obj-y += pxa/ 26obj-y += amlogic/ 27obj-y += qcom/ 28obj-y += renesas/ 29obj-y += rockchip/ 30obj-$(CONFIG_SOC_SAMSUNG) += samsung/ 31obj-y += sifive/ 32obj-$(CONFIG_SOC_STARFIVE) += starfive/ 33obj-y += sunxi/ 34obj-$(CONFIG_ARCH_TEGRA) += tegra/ 35obj-y += ti/ 36obj-$(CONFIG_ARCH_U8500) += ux500/ 37obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 38obj-y += xilinx/ |