
12 Sep
2018
12 Sep
'18
10:28 a.m.
Exynos4 uses the same SPL format as exynos5420/5250, so reuse mkexynosspl.
Signed-off-by: Simon Shields simon@lineageos.org --- tools/Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/Makefile b/tools/Makefile index 0c3341e695..63db215f9f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -166,6 +166,7 @@ HOSTLOADLIBES_fit_check_sign := $(HOSTLOADLIBES_mkimage)
hostprogs-$(CONFIG_EXYNOS5250) += mkexynosspl hostprogs-$(CONFIG_EXYNOS5420) += mkexynosspl +hostprogs-$(CONFIG_EXYNOS4) += mkexynosspl HOSTCFLAGS_mkexynosspl.o := -pedantic
ifdtool-objs := $(LIBFDT_OBJS) ifdtool.o
--
2.18.0