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