Added SPIFI flash driver, algorithms, and docs
[fw/openocd] / src / flash / nor / Makefile.am
1 include $(top_srcdir)/common.mk
2
3 noinst_LTLIBRARIES = libocdflashnor.la
4 libocdflashnor_la_SOURCES = \
5         core.c \
6         tcl.c \
7         $(NOR_DRIVERS) \
8         drivers.c
9
10 NOR_DRIVERS = \
11         aduc702x.c \
12         at91sam4.c \
13         at91sam3.c \
14         at91sam7.c \
15         avrf.c \
16         cfi.c \
17         em357.c \
18         faux.c \
19         lpc2000.c \
20         lpc288x.c \
21         lpc2900.c \
22         lpcspifi.c \
23         non_cfi.c \
24         ocl.c \
25         pic32mx.c \
26         spi.c \
27         stmsmi.c \
28         stellaris.c \
29         stm32f1x.c \
30         stm32f2x.c \
31         stm32lx.c \
32         str7x.c \
33         str9x.c \
34         str9xpec.c \
35         tms470.c \
36         virtual.c \
37         fm3.c \
38         dsp5680xx_flash.c \
39         kinetis.c
40
41 noinst_HEADERS = \
42         core.h \
43         cfi.h \
44         driver.h \
45         imp.h \
46         non_cfi.h \
47         ocl.h \
48         spi.h
49
50 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in