xref: /linux/drivers/soc/Makefile (revision 04303f8ec14269b0ea2553863553bc7eaadca1f8)
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