Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
[openocd.git] / src / flash / nor / Makefile.am
blob98460af7797780f8129e0ce825d4036d228a7b20
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         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         dsp5680xx_flash.c \
34         virtual.c
36 noinst_HEADERS = \
37         core.h \
38         cfi.h \
39         driver.h \
40         imp.h \
41         non_cfi.h \
42         ocl.h
44 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in