Makefile: Build ELF, BIN and LD script in platform build directory
authorAnup Patel <anup.patel@wdc.com>
Wed, 14 Oct 2020 08:14:18 +0000 (13:44 +0530)
committerAnup Patel <anup@brainfault.org>
Sun, 18 Oct 2020 04:44:17 +0000 (10:14 +0530)
commitaf4b50f896684040dd3f56f2fdcad702f527c633
treef599fea23aee3be31e16564609e9f560fa0476e3
parenta04c46506a6e5bd7425bd63430645a6c85145b10
Makefile: Build ELF, BIN and LD script in platform build directory

Currently, the make rules for ELF, BIN and LD script are little
generic to allowing ELF, BIN and LD script to be anywhere in the
build directory. For OpenSBI firmwares, the ELF, BIN, and LD script
are always platform specific so we update make rules accordingly.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Makefile