diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-02-20 17:41:31 +0100 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2013-03-06 11:24:51 +0200 |
commit | 703bb3a4e0324ab7ef14b483e793738cc338358e (patch) | |
tree | 6faeb10723735ce49cefe3ae9056b62c5f75bf22 /Makefile | |
parent | c42d7667aaa5d90b5ffc04f86dd691fb174c34f3 (diff) |
Makefile: also build and install flash_otp_lock and flash_otp_write
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |