linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] misc-utils: Add fectest to build system
@ 2020-09-26 21:18 Bastian Germann
  2020-09-29 12:20 ` David Oberhollenzer
  0 siblings, 1 reply; 2+ messages in thread
From: Bastian Germann @ 2020-09-26 21:18 UTC (permalink / raw)
  To: linux-mtd; +Cc: Bastian Germann

8f627247f6("mtd-utils: move libmtd source files to lib/ subdirectory")
removed fectest.c from the build system 10 years ago.  Add it again.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 .gitignore               | 1 +
 misc-utils/Makemodule.am | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 488b35c..7feddda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 #
 doc_loadbios
 docfdisk
+fectest
 flash_erase
 flash_lock
 flash_otp_dump
diff --git a/misc-utils/Makemodule.am b/misc-utils/Makemodule.am
index 2289252..9a86f6f 100644
--- a/misc-utils/Makemodule.am
+++ b/misc-utils/Makemodule.am
@@ -16,6 +16,9 @@ serve_image_LDADD = libmtd.a
 recv_image_SOURCES = misc-utils/recv_image.c
 recv_image_LDADD = libmtd.a
 
+fectest_SOURCES = misc-utils/fectest.c
+fectest_LDADD = libmtd.a
+
 flash_lock_SOURCES = misc-utils/flash_lock.c
 
 flash_unlock_SOURCES = misc-utils/flash_unlock.c
@@ -35,7 +38,7 @@ flash_erase_LDADD = libmtd.a
 
 MISC_BINS = \
 	ftl_format doc_loadbios ftl_check mtd_debug docfdisk \
-	serve_image recv_image flash_erase flash_lock \
+	serve_image recv_image fectest flash_erase flash_lock \
 	flash_unlock flash_otp_info flash_otp_dump flash_otp_lock \
 	flash_otp_write flashcp mtdpart
 
-- 
2.28.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] misc-utils: Add fectest to build system
  2020-09-26 21:18 [PATCH] misc-utils: Add fectest to build system Bastian Germann
@ 2020-09-29 12:20 ` David Oberhollenzer
  0 siblings, 0 replies; 2+ messages in thread
From: David Oberhollenzer @ 2020-09-29 12:20 UTC (permalink / raw)
  To: Bastian Germann, linux-mtd

Applied to mtd-utils.git master.

Thanks,

David

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-29 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-26 21:18 [PATCH] misc-utils: Add fectest to build system Bastian Germann
2020-09-29 12:20 ` David Oberhollenzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).