diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2024-12-22 09:04:13 +0900 |
|---|---|---|
| committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2025-01-11 13:53:42 +0100 |
| commit | 04e4ec98e405102edf54c3e40fd9bb031e4ac5bb (patch) | |
| tree | f01a2dc8c8a6ea8a500de04d1cdd3ea5d20afb51 /arch/mips/boot/dts/brcm/Makefile | |
| parent | bc7584e009c39375294794f7ca751a6b2622c425 (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/brcm/Makefile')
| -rw-r--r-- | arch/mips/boot/dts/brcm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/brcm/Makefile b/arch/mips/boot/dts/brcm/Makefile index d85f446cc0ce..1798209697c6 100644 --- a/arch/mips/boot/dts/brcm/Makefile +++ b/arch/mips/boot/dts/brcm/Makefile @@ -33,5 +33,3 @@ dtb-$(CONFIG_DT_NONE) += \ bcm97420c.dtb \ bcm97425svmb.dtb \ bcm97435svmb.dtb - -obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y)) |
