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