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