From 7c8679eebc8e4e69ba0afa370d85d3d6eb386997 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Wed, 6 Jun 2018 09:59:11 +0200 Subject: add basic ELF parser This parser is needed for kernel boot support on MIPS and can potentially reused on other platforms. Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 1ff7d2370b..b6284c2552 100644 --- a/common/Makefile +++ b/common/Makefile @@ -8,6 +8,7 @@ obj-y += misc.o obj-pbl-y += memsize.o obj-y += resource.o obj-y += bootsource.o +obj-$(CONFIG_ELF) += elf.o obj-y += restart.o obj-y += poweroff.o obj-$(CONFIG_AUTO_COMPLETE) += complete.o -- cgit v1.2.3