xref: /linux/drivers/soc/Makefile (revision 82a809419429f2e6142d2c5d88d91661f8aecb87)
1#
2# Makefile for the Linux Kernel SOC specific device drivers.
3#
4
5obj-$(CONFIG_ARCH_QCOM)		+= qcom/
6obj-$(CONFIG_ARCH_TEGRA)	+= tegra/
7obj-$(CONFIG_SOC_TI)		+= ti/
8obj-$(CONFIG_PLAT_VERSATILE)	+= versatile/
9