From patchwork Wed Feb 20 16:41:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [mtd-utils] Makefile: also build and install flash_otp_lock and flash_otp_write Date: Wed, 20 Feb 2013 06:41:31 -0000 From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 222116 Message-Id: <1361378491-18687-1-git-send-email-u.kleine-koenig@pengutronix.de> To: linux-mtd@lists.infradead.org, Artem Bityutskiy Cc: kernel@pengutronix.de Signed-off-by: Uwe Kleine-König --- .gitignore | 2 ++ Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d4771fb..83ca938 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ /flash_lock /flash_otp_dump /flash_otp_info +/flash_otp_lock +/flash_otp_write /flash_unlock /flashcp /ftl_check diff --git a/Makefile b/Makefile index 190db58..3f9c24f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ TESTS = tests MTD_BINS = \ ftl_format flash_erase nanddump doc_loadbios \ ftl_check mkfs.jffs2 flash_lock flash_unlock \ - flash_otp_info flash_otp_dump mtd_debug flashcp nandwrite nandtest \ + flash_otp_info flash_otp_dump flash_otp_lock flash_otp_write \ + mtd_debug flashcp nandwrite nandtest \ jffs2dump \ nftldump nftl_format docfdisk \ rfddump rfdformat \