]> git.sur5r.net Git - openocd/blobdiff - src/helper/command.h
cross compile fix
[openocd] / src / helper / command.h
index 0ef313ad5bc59c7eeba58497bcf88a75aad11dae..c8807dde3f41bfcca9859a42e6b6a2398d0ec637 100644 (file)
@@ -84,7 +84,7 @@ extern int fast_and_dangerous;
 
 /* Integrate the JIM TCL interpretor into the command processing. */
 #include <stdarg.h>
-#ifdef __ECOS
+#if BUILD_ECOSBOARD
 /* Jim is provied by eCos */
 #include <cyg/jimtcl/jim.h>
 #else