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