SPI nor drivers refactor
[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         at91sam3.c \
14         at91sam7.c \
15         avrf.c \
16         cfi.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         spi.c \
26         stmsmi.c \
27         stellaris.c \
28         stm32f1x.c \
29         stm32f2x.c \
30         stm32lx.c \
31         str7x.c \
32         str9x.c \
33         str9xpec.c \
34         tms470.c \
35         virtual.c \
36         fm3.c \
37         dsp5680xx_flash.c \
38         kinetis.c
39
40 noinst_HEADERS = \
41         core.h \
42         cfi.h \
43         driver.h \
44         imp.h \
45         non_cfi.h \
46         ocl.h \
47         spi.h
48
49 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in