diff options
Diffstat (limited to 'drivers/soc/Makefile')
-rw-r--r-- | drivers/soc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile new file mode 100644 index 000000000..70042b259 --- /dev/null +++ b/drivers/soc/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the Linux Kernel SOC specific device drivers. +# + +obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/ +obj-$(CONFIG_ARCH_QCOM) += qcom/ +obj-$(CONFIG_ARCH_TEGRA) += tegra/ +obj-$(CONFIG_SOC_TI) += ti/ +obj-$(CONFIG_PLAT_VERSATILE) += versatile/ |