X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fhelper%2FMakefile.am;h=1f3d76b6ec76d35d14fdd645daeffd1c702b1dc7;hb=c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7;hp=91fe01b665a048e72d8a2702ad50b5c49b7ab608;hpb=9e5a6679cac36667e51f24a6bd5670396cd06ed6;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 91fe01b665..1f3d76b6ec 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -2,7 +2,14 @@ INCLUDES = $(all_includes) METASOURCES = AUTO AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ noinst_LIBRARIES = libhelper.a -libhelper_a_SOURCES = binarybuffer.c configuration.c options.c log.c interpreter.c command.c time_support.c \ + +if ECOSBOARD +CONFIGFILES = +else +CONFIGFILES = options.c +endif + +libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \ replacements.c fileio.c noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \ - interpreter.h time_support.h replacements.h fileio.h + time_support.h replacements.h fileio.h