9 lines
207 B
Makefile
Executable File
9 lines
207 B
Makefile
Executable File
#
|
|
# Makefile for the Linux Kernel SOC specific device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ARCH_QCOM) += qcom/
|
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
|
obj-$(CONFIG_SOC_TI) += ti/
|
|
obj-$(CONFIG_PLAT_VERSATILE) += versatile/
|