diff options
| author | Rick Chen <[email protected]> | 2017-12-26 13:55:56 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-12 08:05:12 -0500 |
| commit | 42ac26f2b0c94f27170fdca2d7d05dbfb9a1d3fd (patch) | |
| tree | bb2ecc237c4b5a662256980c1ffbfef81a4dc12c /tools/Makefile | |
| parent | 3dafc016c174076f01a40d26444f6b07c281004f (diff) | |
riscv: tools: Prelink u-boot
Add prelink-riscv to arrange .rela.dyn and .rela.got
in compile time. So that u-boot can be directly
executed without fixup.
Signed-off-by: Chih-Mao Chen <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Greentime Hu <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 4d32fe5910f..571f571ec92 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -185,6 +185,7 @@ hostprogs-$(CONFIG_KIRKWOOD) += kwboot hostprogs-$(CONFIG_ARCH_MVEBU) += kwboot hostprogs-y += proftool hostprogs-$(CONFIG_STATIC_RELA) += relocate-rela +hostprogs-$(CONFIG_RISCV) += prelink-riscv hostprogs-y += fdtgrep fdtgrep-objs += $(LIBFDT_OBJS) fdtgrep.o |
