flash: EFM32 flash implementation
[openocd.git] / src / flash / nor / Makefile.am
blob45a0c971fafd9ee0586629a08e62532e4a11b3c4
1 include $(top_srcdir)/common.mk
3 noinst_LTLIBRARIES = libocdflashnor.la
4 libocdflashnor_la_SOURCES = \
5         core.c \
6         tcl.c \
7         $(NOR_DRIVERS) \
8         drivers.c
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         non_cfi.c \
25         ocl.c \
26         pic32mx.c \
27         spi.c \
28         stmsmi.c \
29         stellaris.c \
30         stm32f1x.c \
31         stm32f2x.c \
32         stm32lx.c \
33         str7x.c \
34         str9x.c \
35         str9xpec.c \
36         tms470.c \
37         virtual.c \
38         fm3.c \
39         dsp5680xx_flash.c \
40         kinetis.c
42 noinst_HEADERS = \
43         core.h \
44         cfi.h \
45         driver.h \
46         imp.h \
47         non_cfi.h \
48         ocl.h \
49         spi.h
51 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in