Makefile: Rename compile_ld() to compile_elf()
authorAnup Patel <anup.patel@wdc.com>
Wed, 20 Feb 2019 08:46:48 +0000 (14:16 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 22 Feb 2019 05:58:41 +0000 (11:28 +0530)
commit889e746fd7be97ca0dbaaf7a6a734429b7ca607f
tree43472de8184cc9bced7d5b36697f14f3d84799e1
parentfde1c42db35a991f62a1a8a6b26508dab486e61a
Makefile: Rename compile_ld() to compile_elf()

The compile_ld() is actually used to create ELF files so
the name is misleading hence this patch renames it to
compile_elf(). We also rename LDFLAGS to ELFFLAGS because
these will be used for ELF creation only.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Makefile