kbuild: rename pbl object pbl-*.o to *.pbl.o
Currently, pbl objects are output to:

  <directory-path>/pbl-<basename>.o

This commit changes as follows:

  <directory-path>/<basename>.pbl.o

The motivation is not only to get rid of the ugly code introduced by
commit 257abdaa36c8 ("Do not rm the path from pbl-y target"), but also
to make it easier to remove obj-dtb-y, pbl-dtb-y, lwl-dtb-y syntax in
the next commit.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent c6aea1e commit ff047395b9746aee1fe24e9c3f122c3706e72781
@Masahiro Yamada Masahiro Yamada authored on 19 May 2020
Sascha Hauer committed on 20 May 2020
Showing 9 changed files
View
arch/arm/boards/nvidia-beaver/Makefile
View
arch/arm/boards/nvidia-jetson-tk1/Makefile
View
arch/arm/boards/toradex-colibri-t20/Makefile
View
arch/arm/boards/toshiba-ac100/Makefile
View
arch/arm/cpu/Makefile
View
arch/arm/mach-tegra/Makefile
View
lib/Makefile
View
scripts/Makefile.build
View
scripts/Makefile.lib