flash: New Spansion FM4 flash driver
[openocd.git] / src / flash / nor / Makefile.am
blobc2a9d0cf60d49be8a1865a3428bb7f6648d35f39
1 include $(top_srcdir)/common.mk
3 noinst_LTLIBRARIES = libocdflashnor.la
4 libocdflashnor_la_SOURCES = \
5         core.c \
6         tcl.c \
7         $(NOR_DRIVERS) \
8         drivers.c
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         atsamv.c \
19         avrf.c \
20         cfi.c \
21         efm32.c \
22         em357.c \
23         faux.c \
24         jtagspi.c \
25         lpc2000.c \
26         lpc288x.c \
27         lpc2900.c \
28         lpcspifi.c \
29         mdr.c \
30         non_cfi.c \
31         ocl.c \
32         pic32mx.c \
33         spi.c \
34         stmsmi.c \
35         stellaris.c \
36         stm32f1x.c \
37         stm32f2x.c \
38         stm32lx.c \
39         stm32l4x.c \
40         str7x.c \
41         str9x.c \
42         str9xpec.c \
43         tms470.c \
44         virtual.c \
45         fm3.c \
46         fm4.c \
47         dsp5680xx_flash.c \
48         kinetis.c \
49         numicro.c \
50         nrf51.c \
51         mrvlqspi.c \
52         psoc4.c \
53         sim3x.c \
54         xmc4xxx.c \
55         niietcm4.c
58 noinst_HEADERS = \
59         core.h \
60         cfi.h \
61         driver.h \
62         imp.h \
63         non_cfi.h \
64         ocl.h \
65         spi.h
67 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in