]> www.infradead.org Git - mtd-utils.git/commit
mtd-utils: Add configure switches to disable jffsX or ubifs tools
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 21 Dec 2016 14:42:12 +0000 (15:42 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Thu, 22 Dec 2016 00:28:20 +0000 (01:28 +0100)
commit2d1e23ce1162c15941a213393def72cc06ae457e
tree2d6ade7908ea00e27f9e89aa350546231ce3d260
parent55dd808e71cb7e080a2643e0302321f4a1f699d3
mtd-utils: Add configure switches to disable jffsX or ubifs tools

For some applications, like building a root filesystem for an embedded
device, it may be desireable to only build and install a subset of the
mtd-utils. This can be done throught the targets of the generated
Makefile and hand picking executables, however the jffsX and ubifs
utilities have external build dependencies that may not be needed.

This patch adds configure switches to disable building the jffsX and
ubifs utilities. Their respective build dependencies (zlib, lzo, uuid)
are only requested if the tools are being built.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Reviewed-by: Richard Weinberger <richard@nod.at>
Makefile.am
configure.ac