From cbfaa5b64f8bd9844094d49f42ff7620ec71418e Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 19 Sep 2011 14:25:21 +0300 Subject: jffs2reader: get rid of linker error There is a linker errors: undefined reference to `target_endian' This patch fixes the issue and turns on the jffs2reader build in the Makefile. Signed-off-by: Alexey Dokuchaev Signed-off-by: Andy Shevchenko Signed-off-by: Artem Bityutskiy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a0044b..f067d86 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ MTD_BINS = \ nftldump nftl_format docfdisk \ rfddump rfdformat \ serve_image recv_image \ - sumtool #jffs2reader + sumtool jffs2reader UBI_BINS = \ ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach \ ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol -- cgit v1.2.3