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