Andy Gross | 5d144e3 | 2014-04-24 11:31:21 -0500 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux Kernel SOC specific device drivers. | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_ARCH_QCOM) += qcom/ | ||||
Peter De Schrijver | 783c8f4 | 2014-06-12 18:36:37 +0300 | [diff] [blame] | 6 | obj-$(CONFIG_ARCH_TEGRA) += tegra/ |
Sandeep Nair | 41f93af | 2014-02-28 10:47:50 -0500 | [diff] [blame] | 7 | obj-$(CONFIG_SOC_TI) += ti/ |
Linus Walleij | a2974c9 | 2014-07-25 15:04:52 +0200 | [diff] [blame] | 8 | obj-$(CONFIG_PLAT_VERSATILE) += versatile/ |