flash/nor: Reorder drivers alphabetically
[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         aducm360.c \
13         at91sam4.c \
14         at91sam4l.c \
15         at91samd.c \
16         at91sam3.c \
17         at91sam7.c \
18         atsamv.c \
19         avrf.c \
20         cfi.c \
21         dsp5680xx_flash.c \
22         efm32.c \
23         em357.c \
24         faux.c \
25         fm3.c \
26         fm4.c \
27         jtagspi.c \
28         kinetis.c \
29         kinetis_ke.c \
30         lpc2000.c \
31         lpc288x.c \
32         lpc2900.c \
33         lpcspifi.c \
34         mdr.c \
35         mrvlqspi.c \
36         niietcm4.c \
37         non_cfi.c \
38         nrf51.c \
39         numicro.c \
40         ocl.c \
41         pic32mx.c \
42         psoc4.c \
43         sim3x.c \
44         spi.c \
45         stmsmi.c \
46         stellaris.c \
47         stm32f1x.c \
48         stm32f2x.c \
49         stm32lx.c \
50         stm32l4x.c \
51         str7x.c \
52         str9x.c \
53         str9xpec.c \
54         tms470.c \
55         virtual.c \
56         xmc4xxx.c
57
58 noinst_HEADERS = \
59         core.h \
60         cfi.h \
61         driver.h \
62         imp.h \
63         non_cfi.h \
64         ocl.h \
65         spi.h
66
67 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in