summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/cavium-octeon/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-12-22 09:04:13 +0900
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2025-01-11 13:53:42 +0100
commit04e4ec98e405102edf54c3e40fd9bb031e4ac5bb (patch)
treef01a2dc8c8a6ea8a500de04d1cdd3ea5d20afb51 /arch/mips/boot/dts/cavium-octeon/Makefile
parentbc7584e009c39375294794f7ca751a6b2622c425 (diff)
MIPS: migrate to generic rule for built-in DTBs
Commit 654102df2ac2 ("kbuild: add generic support for built-in boot DTBs") introduced generic support for built-in DTBs. Select GENERIC_BUILTIN_DTB and BUILTIN_DTB_ALL when the built-in DTB support is enabled. DTBs compiled under arch/mips/boot/dts/ will be wrapped by the generic rule in scripts/Makefile.vmlinux. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot/dts/cavium-octeon/Makefile')
-rw-r--r--arch/mips/boot/dts/cavium-octeon/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/cavium-octeon/Makefile b/arch/mips/boot/dts/cavium-octeon/Makefile
index 17aef35f311b..48085bca666c 100644
--- a/arch/mips/boot/dts/cavium-octeon/Makefile
+++ b/arch/mips/boot/dts/cavium-octeon/Makefile
@@ -1,4 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
dtb-$(CONFIG_CAVIUM_OCTEON_SOC) += octeon_3xxx.dtb octeon_68xx.dtb
-
-obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))