dsp5680xx: disable for now, it generates warnings
[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         stm32x.c \
28         stm32f2xxx.c \
29         str7x.c \
30         str9x.c \
31         str9xpec.c \
32         tms470.c \
33         virtual.c
34
35 # Disabled for now, it generates warnings
36 # dsp5680xx_flash.c 
37
38 noinst_HEADERS = \
39         core.h \
40         cfi.h \
41         driver.h \
42         imp.h \
43         non_cfi.h \
44         ocl.h
45
46 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in