Mercurial > ecos
diff packages/hal/common/current/include/pkgconf/hal.h @ 10:d3fbcdfa1b2f ecos-sw-1999-05-29
Merge from eCos master repository on 1999-05-29-00:13:11-BST
| author | jlarmour |
|---|---|
| date | Fri, 28 May 1999 16:43:09 +0000 |
| parents | d376b777e2ce |
| children | 4f2df4ab82c8 |
line wrap: on
line diff
--- a/packages/hal/common/current/include/pkgconf/hal.h +++ b/packages/hal/common/current/include/pkgconf/hal.h @@ -400,6 +400,17 @@ #endif /* --------------------------------------------------------------------- + * This option decides whether we are going to BE a ROM monitor. On + * some targets and platforms we provide a simple ROM monitor (the GDB + * STUBS monitor) by means of a simple configuration of the HAL and + * GDB stubs. + * This option has no CDL since it is only set by a special configuration + * permutation used for building a monitor. + */ + +#undef CYG_HAL_ROM_MONITOR + +/* --------------------------------------------------------------------- * * The section below deals with some inferences about package/feature * presence that are not yet supported by the full external configuration @@ -433,6 +444,7 @@ # define CYG_HAL_POWERPC_MPC603 #endif + #ifdef CYGPKG_HAL_MIPS #include CYGBLD_HAL_TARGET_H #endif
