]> git.sur5r.net Git - openocd/blob - src/flash/nor/Makefile.am
add support for Atmel SAMD NOR Flash
[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         lpc2000.c \
23         lpc288x.c \
24         lpc2900.c \
25         lpcspifi.c \
26         mdr.c \
27         non_cfi.c \
28         ocl.c \
29         pic32mx.c \
30         spi.c \
31         stmsmi.c \
32         stellaris.c \
33         stm32f1x.c \
34         stm32f2x.c \
35         stm32lx.c \
36         str7x.c \
37         str9x.c \
38         str9xpec.c \
39         tms470.c \
40         virtual.c \
41         fm3.c \
42         dsp5680xx_flash.c \
43         kinetis.c \
44         mini51.c \
45         nuc1x.c
46
47 noinst_HEADERS = \
48         core.h \
49         cfi.h \
50         driver.h \
51         imp.h \
52         non_cfi.h \
53         ocl.h \
54         spi.h
55
56 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in