summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-22 14:39:13 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-23 12:16:26 +0100
commit22a41fca64e1184ccc954a23bb75e7dc0614670c (patch)
tree7b3ac405ae1825be57428f2fd89504993d04247d /Makefile
parent410544558f35542dbcd07ebf0c8fb09d7e844a93 (diff)
downloadbarebox-22a41fca64e1184ccc954a23bb75e7dc0614670c.tar.gz
barebox-22a41fca64e1184ccc954a23bb75e7dc0614670c.tar.xz
RISC-V: erizo: migrate to PBL
We now have everything in place to migrate erizo to PBL. As currently, this is the only board, we can drop all non-PBL support in the same go. Cc: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dc67f22c36..6d78d1f58e 100644
--- a/Makefile
+++ b/Makefile
@@ -783,6 +783,7 @@ define rule_barebox__
$(if $(CONFIG_KALLSYMS),,+$(call cmd,barebox_version))
$(call cmd,barebox__)
$(Q)echo 'cmd_$@ := $(cmd_barebox__)' > $(@D)/.$(@F).cmd
+ $(call cmd,prelink__)
$(call cmd,sysmap)
endef