12 lines
280 B
Makefile
12 lines
280 B
Makefile
|
#
|
||
|
# Makefile for the Linux Kernel SOC specific device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ARCH_MSM) += qcom/
|
||
|
obj-$(CONFIG_ARCH_QCOM) += qcom/
|
||
|
obj-$(CONFIG_DRV_SAMSUNG) += samsung/
|
||
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
||
|
obj-$(CONFIG_SOC_TI) += ti/
|
||
|
obj-$(CONFIG_PLAT_VERSATILE) += versatile/
|
||
|
|