Makefile (a940daa52167e9db8ecce82213813b735a9d9f23) | Makefile (971f128bb2d9314203d365b7f163a5c35167bb6b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux Kernel SOC specific device drivers. 4# 5 6obj-y += apple/ 7obj-y += aspeed/ 8obj-$(CONFIG_ARCH_AT91) += atmel/ --- 14 unchanged lines hidden (view full) --- 23obj-y += microchip/ 24obj-y += nuvoton/ 25obj-y += pxa/ 26obj-y += amlogic/ 27obj-y += qcom/ 28obj-y += renesas/ 29obj-y += rockchip/ 30obj-$(CONFIG_SOC_SAMSUNG) += samsung/ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux Kernel SOC specific device drivers. 4# 5 6obj-y += apple/ 7obj-y += aspeed/ 8obj-$(CONFIG_ARCH_AT91) += atmel/ --- 14 unchanged lines hidden (view full) --- 23obj-y += microchip/ 24obj-y += nuvoton/ 25obj-y += pxa/ 26obj-y += amlogic/ 27obj-y += qcom/ 28obj-y += renesas/ 29obj-y += rockchip/ 30obj-$(CONFIG_SOC_SAMSUNG) += samsung/ |
31obj-y += sifive/ | |
32obj-y += sunxi/ 33obj-$(CONFIG_ARCH_TEGRA) += tegra/ 34obj-y += ti/ 35obj-$(CONFIG_ARCH_U8500) += ux500/ 36obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 37obj-y += xilinx/ | 31obj-y += sunxi/ 32obj-$(CONFIG_ARCH_TEGRA) += tegra/ 33obj-y += ti/ 34obj-$(CONFIG_ARCH_U8500) += ux500/ 35obj-$(CONFIG_PLAT_VERSATILE) += versatile/ 36obj-y += xilinx/ |