STM32L: Added flash driver and target
[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         at91sam3.c \
13         at91sam7.c \
14         avrf.c \
15         cfi.c \
16         ecos.c \
17         em357.c \
18         faux.c \
19         lpc2000.c \
20         lpc288x.c \
21         lpc2900.c \
22         non_cfi.c \
23         ocl.c \
24         pic32mx.c \
25         stmsmi.c \
26         stellaris.c \
27         stm32f1x.c \
28         stm32f2x.c \
29         stm32lx.c \
30         str7x.c \
31         str9x.c \
32         str9xpec.c \
33         tms470.c \
34         virtual.c \
35         fm3.c \
36         dsp5680xx_flash.c \
37         kinetis.c
38
39 noinst_HEADERS = \
40         core.h \
41         cfi.h \
42         driver.h \
43         imp.h \
44         non_cfi.h \
45         ocl.h
46
47 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in