mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
d52fad2620
Used on BCM7xxx Set-Top Box chips (e.g., BCM7445). Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
13 lines
355 B
Makefile
13 lines
355 B
Makefile
#
|
|
# Makefile for the Linux Kernel SOC specific device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
|
|
obj-$(CONFIG_MACH_DOVE) += dove/
|
|
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
|
|
obj-$(CONFIG_ARCH_QCOM) += qcom/
|
|
obj-$(CONFIG_ARCH_SUNXI) += sunxi/
|
|
obj-$(CONFIG_ARCH_TEGRA) += tegra/
|
|
obj-$(CONFIG_SOC_TI) += ti/
|
|
obj-$(CONFIG_PLAT_VERSATILE) += versatile/
|