You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# Makefile for the Linux Kernel SOC specific device drivers. |
|
# |
|
|
|
subdir-ccflags-y += -Werror |
|
|
|
obj-$(CONFIG_SOC_MEDIATEK) += mediatek/ |
|
obj-$(CONFIG_ARCH_QCOM) += qcom/ |
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/ |
|
obj-$(CONFIG_SOC_TI) += ti/ |
|
obj-$(CONFIG_PLAT_VERSATILE) += versatile/
|
|
|