take path to eCos files from environment variable

git-svn-id: svn://svn.berlios.de/openocd/trunk@869 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-07-24 13:49:56 +00:00
parent 8fa479b6e6
commit 161deacc06
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ EP93XXFILES =
endif
if ECOSBOARD
ECOSBOARDFILES = zy1000.c
ECOSBOARDFILES = $(ECOS_SOURCE_FILES)/zy1000.c
else
ECOSBOARDFILES =
endif