[PATCH v5 03/22] elf: build for PBL as well
Sascha Hauer
s.hauer at pengutronix.de
Fri Jan 16 00:12:14 PST 2026
We'll link barebox proper as an ELF image into the PBL later, so compile
ELF support for PBL as well.
Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
common/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Makefile b/common/Makefile
index 751f3ba202..c937987cf9 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -14,7 +14,7 @@ obj-y += misc.o
obj-pbl-y += memsize.o
obj-y += resource.o
obj-pbl-y += bootsource.o
-obj-$(CONFIG_ELF) += elf.o
+obj-pbl-$(CONFIG_ELF) += elf.o
obj-y += restart.o
obj-y += poweroff.o
obj-y += slice.o
--
2.47.3
More information about the barebox
mailing list