mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-07 06:59:25 +08:00
Commit41528ba6af("MIPS: DTS: Only build subdir of current platform") broke building of all DTBs when CONFIG_OF_ALL_DTBS is enabled unless all the various kconfig options were also enabled. The only effect that commit had was getting rid of some harmless build lines such as: AR arch/mips/boot/dts/mti/built-in.a Those lines were part of the built-in DTB support. Since commit04e4ec98e4("MIPS: migrate to generic rule for built-in DTBs"), how the built-in DTBs are handled has changed and those lines are no longer generated, so revert to the prior behavior. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
subdir-y += brcm
|
|
subdir-y += cavium-octeon
|
|
subdir-y += econet
|
|
subdir-y += mobileye
|
|
subdir-y += img
|
|
subdir-y += ingenic
|
|
subdir-y += lantiq
|
|
subdir-y += loongson
|
|
subdir-y += mscc
|
|
subdir-y += mti
|
|
subdir-y += ni
|
|
subdir-y += pic32
|
|
subdir-y += qca
|
|
subdir-y += ralink
|
|
subdir-y += realtek
|
|
subdir-y += xilfpga
|