libusb: idProduct of USB device may be zero
[openocd.git] / src / flash / Makefile.am
blobece4018370b088352cf69ebd50e7e63b91b50c10
1 include $(top_srcdir)/common.mk
3 SUBDIRS = \
4         nor \
5         nand
7 METASOURCES = AUTO
8 noinst_LTLIBRARIES = libflash.la
9 libflash_la_SOURCES = \
10         common.c \
11         mflash.c
13 libflash_la_LIBADD = \
14         $(top_builddir)/src/flash/nor/libocdflashnor.la \
15         $(top_builddir)/src/flash/nand/libocdflashnand.la
17 noinst_HEADERS = \
18         common.h \
19         mflash.h
21 EXTRA_DIST = startup.tcl
23 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in