* [PATCH mtd-utils] Makefile: also build and install flash_otp_lock and flash_otp_write
@ 2013-02-20 16:41 Uwe Kleine-König
2013-03-06 9:27 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2013-02-20 16:41 UTC (permalink / raw)
To: linux-mtd, Artem Bityutskiy; +Cc: kernel
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
.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 \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-06 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 16:41 [PATCH mtd-utils] Makefile: also build and install flash_otp_lock and flash_otp_write Uwe Kleine-König
2013-03-06 9:27 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox