Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the Linux Kernel SOC specific device drivers.
0004 #
0005 
0006 obj-$(CONFIG_ARCH_ACTIONS)      += actions/
0007 obj-y                           += apple/
0008 obj-y                           += aspeed/
0009 obj-$(CONFIG_ARCH_AT91)         += atmel/
0010 obj-y                           += bcm/
0011 obj-$(CONFIG_SOC_CANAAN)        += canaan/
0012 obj-$(CONFIG_ARCH_DOVE)         += dove/
0013 obj-$(CONFIG_MACH_DOVE)         += dove/
0014 obj-y                           += fsl/
0015 obj-y                           += fujitsu/
0016 obj-$(CONFIG_ARCH_GEMINI)       += gemini/
0017 obj-y                           += imx/
0018 obj-y                           += ixp4xx/
0019 obj-$(CONFIG_SOC_XWAY)          += lantiq/
0020 obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/
0021 obj-y                           += mediatek/
0022 obj-y                           += microchip/
0023 obj-y                           += pxa/
0024 obj-y                           += amlogic/
0025 obj-y                           += qcom/
0026 obj-y                           += renesas/
0027 obj-y                           += rockchip/
0028 obj-$(CONFIG_SOC_SAMSUNG)       += samsung/
0029 obj-$(CONFIG_SOC_SIFIVE)        += sifive/
0030 obj-y                           += sunxi/
0031 obj-$(CONFIG_ARCH_TEGRA)        += tegra/
0032 obj-y                           += ti/
0033 obj-$(CONFIG_ARCH_U8500)        += ux500/
0034 obj-$(CONFIG_PLAT_VERSATILE)    += versatile/
0035 obj-y                           += xilinx/