flash/nor/jtagspi: add JTAGSPI driver
[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         at91sam4l.c \
14         at91samd.c \
15         at91sam3.c \
16         at91sam7.c \
17         avrf.c \
18         cfi.c \
19         efm32.c \
20         em357.c \
21         faux.c \
22         jtagspi.c \
23         lpc2000.c \
24         lpc288x.c \
25         lpc2900.c \
26         lpcspifi.c \
27         mdr.c \
28         non_cfi.c \
29         ocl.c \
30         pic32mx.c \
31         spi.c \
32         stmsmi.c \
33         stellaris.c \
34         stm32f1x.c \
35         stm32f2x.c \
36         stm32lx.c \
37         str7x.c \
38         str9x.c \
39         str9xpec.c \
40         tms470.c \
41         virtual.c \
42         fm3.c \
43         dsp5680xx_flash.c \
44         kinetis.c \
45         mini51.c \
46         nuc1x.c \
47         nrf51.c \
48         mrvlqspi.c \
49         psoc4.c \
50         sim3x.c
51
52 noinst_HEADERS = \
53         core.h \
54         cfi.h \
55         driver.h \
56         imp.h \
57         non_cfi.h \
58         ocl.h \
59         spi.h
60
61 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in