Mercurial > ecos
diff packages/cygmon/current/misc/bsp/common/singlestep.c @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | 435cced73e2f |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/cygmon/current/misc/bsp/common/singlestep.c +++ b/packages/cygmon/current/misc/bsp/common/singlestep.c @@ -43,6 +43,10 @@ //========================================================================= #include <pkgconf/system.h> -#ifdef CYG_HAL_ARM +#ifdef CYGPKG_HAL_ARM #include "bsp/arm/singlestep.c" #endif + +#ifdef CYGPKG_HAL_MIPS +#include "bsp/mips/singlestep.c" +#endif
