forked from auracaster/openocd
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:
+9
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user