kbuild: rename barebox-{common, lds} to BAREBOX_{OBJS, LDS}
The previous commit renamed barebox-pbl-common because you cannot
export a variable that contain hyphens.

These variables are not exported for now. I am just renaming them for
consistency.

  barebox-common -> BAREBOX_OBJS
  barebox-lds    -> BAREBOX_LDS

If barebox moves the link rules into scripts/link-barebox.sh like
Linux did, these two must be exported anyway.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 739a49a commit 4d0575449add551a9f48a8913a7f9f9815faefd2
@Masahiro Yamada Masahiro Yamada authored on 10 Mar 2020
Sascha Hauer committed on 11 Mar 2020
Showing 4 changed files
View
Makefile
View
arch/mips/Makefile
View
arch/sandbox/Makefile
View
arch/x86/Makefile