aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-05-28mtd-utils: Add mtdpart to add/delete partitionNam T. Nguyen
2014-04-07Release mtd-utils-1.5.1v1.5.1Artem Bityutskiy
2014-03-25ubi-utils: Add ubiblock toolEzequiel Garcia
2013-10-26mtd-utils: Makefile: add LDFLAGS_mkfs.ubifsAaron Sierra
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger
2013-03-06Makefile: also build and install flash_otp_lock and flash_otp_writeUwe Kleine-König
2012-05-07Release mtd-utils-1.5.0v1.5.0Artem Bityutskiy
2012-04-02Makefile: fixup previous 'make clean' fixBrian Norris
2012-03-12Makefile: fix "make clean" for old GNU findBrian Norris
2011-12-17Release mtd-utils-1.4.9v1.4.9Artem Bityutskiy
2011-11-22Makefile: separate man page install and compression stepsMike Frysinger
2011-11-22Makefile: fix install target with out-of-tree buildsMike Frysinger
2011-11-191.4.8 releasev1.4.8Artem Bityutskiy
2011-09-21jffs2reader: get rid of linker errorAndy Shevchenko
2011-08-20Bumb version numberArtem Bityutskiy
2011-07-20Makefile: show nice message when checking version.hBrian Norris
2011-07-20Makefile: fix "make clean" for cross-compileBrian Norris
2011-07-20Makefile: fix "version.h" build for cross-compilingBrian Norris
2011-06-29mtd-utils: kill flash_infoBrian Norris
2011-06-27autogenerate version.h from build systemMike Frysinger
2011-06-27rewrite build system to avoid recursionMike Frysinger
2011-06-25build: remove old SYMLINKS variableMike Frysinger
2011-06-08jffs2: make lzo optional at build timeMike Frysinger
2011-04-08mtd-utils: Makefile: introduce cscope targetArtem Bityutskiy
2011-04-07Makefile: introduce new target tests in MakefileAndy Shevchenko
2010-09-28mtd-utils: Use $(CURDIR) in place of $(PWD)Kevin Cernekee
2010-09-27mtd-utils: unify flash_erase and flash_eraseallMike Frysinger
2010-07-21fix parallel build between ubi-utils and mkfs.ubifsMike Frysinger
2010-07-13mtd-utils: move libmtd source files to lib/ subdirectoryKevin Cernekee
2009-05-27mkfs.ubifs: use libubi to format UBI volumeCorentin Chary
2008-12-22Unify all common build system partsMike Frysinger
2008-12-02Separate '-m' and the mode with a space when invoking 'install'Enrico Scholz
2008-08-21use $(MAKE) rather than makeMike Frysinger
2008-08-20mtd-utils: enable parallel build processSebastian Siewior
2008-08-19Add mkfs.ubifsArtem Bityutskiy
2008-07-03Makefile: Add Optional ZLIB and LZO CPPFLAGS and LDFLAGSGrant Erickson
2008-06-18respect CFLAGS/CPPFLAGS from build environmentMike Frysinger
2008-04-17Use LSB locations for manpagesRiku Voipio
2007-12-14mkfs.jffs2.c: use rbtrees for hardlink trackingDavid Woodhouse
2007-11-26Remove mkfs.jffs from the makefile targets.Josh Boyer
2007-08-29ubi-utils: add utils to make installArtem Bityutskiy
2007-08-29ubi-utils: build utils from top dirArtem Bityutskiy
2007-08-29Make optflags easier for distros to overrideDavid Woodhouse
2007-08-14Import FEC code from Luigi Rizzo's RMDPDavid Woodhouse
2007-08-09Add utilities for multicast send/receive of MTD images.David Woodhouse
2007-08-09Add nand integrity testing utility.David Woodhouse
2007-08-03Remove $Id:$ tagsJosh Boyer
2007-07-23Use lzo2 librariesJosh Boyer
2007-07-23Add lzo support to mtd-utilsRichard Purdie
2006-11-15Patch from KaiGai Kohei to enable building without xattr supportKaiGai Kohei