breakpoints: fix error handling
[openocd/genbsdl.git] / src / flash / Makefile.am
blob9d983a8d9e10dd1f1afa6f57c8c94d10e8f9ebdd
1 SUBDIRS = \
2         nor \
3         nand
5 AM_CPPFLAGS = \
6         -I$(top_srcdir)/src \
7         -I$(top_builddir)/src
9 METASOURCES = AUTO
10 noinst_LTLIBRARIES = libflash.la
11 libflash_la_SOURCES = \
12         common.c \
13         mflash.c
15 libflash_la_LIBADD = \
16         $(top_builddir)/src/flash/nor/libocdflashnor.la \
17         $(top_builddir)/src/flash/nand/libocdflashnand.la
19 noinst_HEADERS = \
20         common.h \
21         mflash.h
23 EXTRA_DIST = startup.tcl
25 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in