diff options
Diffstat (limited to 'nor-utils/Makemodule.am')
-rw-r--r-- | nor-utils/Makemodule.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nor-utils/Makemodule.am b/nor-utils/Makemodule.am new file mode 100644 index 0000000..a5a0d4d --- /dev/null +++ b/nor-utils/Makemodule.am @@ -0,0 +1,10 @@ +rfddump_SOURCES = nor-utils/rfddump.c +rfddump_LDADD = libmtd.a + +rfdformat_SOURCES = nor-utils/rfdformat.c +rfdformat_LDADD = libmtd.a + +NOR_BINS = \ + rfddump rfdformat + +sbin_PROGRAMS += $(NOR_BINS) |