reduce compare noise. If someone should be crazy enough to try to run OpenOCD under eCos, then they'v got some hooks to point them in the general direction.

git-svn-id: svn://svn.berlios.de/openocd/trunk@499 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-03-11 21:32:03 +00:00
parent b9162dcc8e
commit 0313c59555
5 changed files with 48 additions and 5 deletions
+9 -1
View File
@@ -1,5 +1,13 @@
bin_PROGRAMS = openocd
openocd_SOURCES = openocd.c
if ECOSBOARD
MAINFILE = ecosboard.c
else
MAINFILE = openocd.c
endif
openocd_SOURCES = $(MAINFILE)
# set the include path found by configure
INCLUDES = -I$(top_srcdir)/src/helper \