move remaining nand helper files
[fw/openocd] / src / flash / Makefile.am
1 SUBDIRS = \
2         nor \
3         nand
4
5 AM_CPPFLAGS = \
6         -I$(top_srcdir)/src
7
8 METASOURCES = AUTO
9 noinst_LTLIBRARIES = libflash.la
10 libflash_la_SOURCES = \
11         common.c \
12         mflash.c
13
14 libflash_la_LIBADD = \
15         $(top_builddir)/src/flash/nor/libocdflashnor.la \
16         $(top_builddir)/src/flash/nand/libocdflashnand.la
17
18 noinst_HEADERS = \
19         common.h \
20         mflash.h \
21         nand.h
22
23 EXTRA_DIST = startup.tcl
24
25 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in