aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNam T. Nguyen <namnguyen@chromium.org>2015-04-28 08:12:12 -0700
committerBrian Norris <computersforpeace@gmail.com>2015-05-28 16:31:34 -0700
commitabcf731e041d8d977b992820c38f6e95ed63fd3b (patch)
treec4b54c1e8dd052f5926ba193ec921b6f99b31d36 /Makefile
parentbd9ed192b5d6ee7afc49bfd383a23b50792de8c2 (diff)
mtd-utils: Add mtdpart to add/delete partition
Add a simple utility to exercise BLKPG ioctl. Signed-off-by: Nam T. Nguyen <namnguyen@chromium.org> Acked-by: Mike Frysinger <vapier@chromium.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eade234..f4ce313 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ MTD_BINS = \
ftl_format flash_erase nanddump doc_loadbios \
ftl_check mkfs.jffs2 flash_lock flash_unlock \
flash_otp_info flash_otp_dump flash_otp_lock flash_otp_write \
- mtd_debug flashcp nandwrite nandtest \
+ mtd_debug flashcp nandwrite nandtest mtdpart \
jffs2dump \
nftldump nftl_format docfdisk \
rfddump rfdformat \