aboutsummaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2012-03-05 21:37:14 +0100
committerØyvind Harboe <oyvindharboe@gmail.com>2012-03-13 19:11:11 +0000
commit39650e2273bcae868d9509fe36515936ce25aacb (patch)
tree62360f681c6898c3fd3d937f4975a8f5693615c3 /src/helper/Makefile.am
parent34d1f82c753982d048dc3fbb73066fc445735b04 (diff)
ecosboard: delete bit-rotted eCos code
Change-Id: Iff7943eb9da3f41dcc45492acd0f36cf63b3497f Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/503 Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com> Tested-by: jenkins
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r--src/helper/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am
index c9479b43..6189b63a 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -3,13 +3,7 @@ include $(top_srcdir)/common.mk
METASOURCES = AUTO
noinst_LTLIBRARIES = libhelper.la
-if ECOSBOARD
-CONFIGFILES = time_support_ecos.c
-else
CONFIGFILES = options.c time_support_common.c
-endif
-
-
libhelper_la_SOURCES = \
binarybuffer.c \