aboutsummaryrefslogtreecommitdiff
path: root/nor-utils/Makemodule.am
blob: ef46cf86a38048907bde500d46bf9ec77fb80608 (plain)
1
2
3
4
5
6
7
8
9
10
rfddump_SOURCES = nor-utils/rfddump.c include/mtd_swab.h
rfddump_LDADD = libmtd.a

rfdformat_SOURCES = nor-utils/rfdformat.c
rfdformat_LDADD = libmtd.a

NOR_BINS = \
	rfddump rfdformat

sbin_PROGRAMS += $(NOR_BINS)