mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 23:26:41 +07:00
fca3aa1664
arch/mips/boot/dts/Makefile collects objects from sub-directories into built-in.a only when CONFIG_BUILTIN_DTB is enabled. Reflect it also to the sub-directory Makefiles. This suppresses unneeded built-in.a creation in arch/mips/boot/dts/*/ directories. While I am here, I replaced $(patsubst %.dtb, %.dtb.o, $(dtb-y)) with $(addsuffix .o, $(dtb-y)) to simplify the code a little bit. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paul Cercueil <paul@crapouillou.net> Cc: Mathieu Malaterre <malat@debian.org> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/19099/ Signed-off-by: James Hogan <jhogan@kernel.org> |
||
---|---|---|
.. | ||
bcm9ejtagprb.dts | ||
bcm97xxx-nand-cs1-bch4.dtsi | ||
bcm97xxx-nand-cs1-bch24.dtsi | ||
bcm3368-netgear-cvg834g.dts | ||
bcm3368.dtsi | ||
bcm3384_viper.dtsi | ||
bcm3384_zephyr.dtsi | ||
bcm6328.dtsi | ||
bcm6358-neufbox4-sercomm.dts | ||
bcm6358.dtsi | ||
bcm6362-neufbox6-sercomm.dts | ||
bcm6362.dtsi | ||
bcm6368.dtsi | ||
bcm7125.dtsi | ||
bcm7346.dtsi | ||
bcm7358.dtsi | ||
bcm7360.dtsi | ||
bcm7362.dtsi | ||
bcm7420.dtsi | ||
bcm7425.dtsi | ||
bcm7435.dtsi | ||
bcm63268-comtrend-vr-3032u.dts | ||
bcm63268.dtsi | ||
bcm93384wvg_viper.dts | ||
bcm93384wvg.dts | ||
bcm96368mvwg.dts | ||
bcm97125cbmb.dts | ||
bcm97346dbsmb.dts | ||
bcm97358svmb.dts | ||
bcm97360svmb.dts | ||
bcm97362svmb.dts | ||
bcm97420c.dts | ||
bcm97425svmb.dts | ||
bcm97435svmb.dts | ||
Makefile |