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