diff options
Diffstat (limited to 'nor-utils')
-rw-r--r-- | nor-utils/Makemodule.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nor-utils/Makemodule.am b/nor-utils/Makemodule.am index ef46cf8..441a72e 100644 --- a/nor-utils/Makemodule.am +++ b/nor-utils/Makemodule.am @@ -4,7 +4,4 @@ rfddump_LDADD = libmtd.a rfdformat_SOURCES = nor-utils/rfdformat.c rfdformat_LDADD = libmtd.a -NOR_BINS = \ - rfddump rfdformat - -sbin_PROGRAMS += $(NOR_BINS) +sbin_PROGRAMS += rfddump rfdformat |