comparison 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
comparison
equal deleted inserted replaced
9:95cc44ea0068 10:d3fbcdfa1b2f
398 //#define CYG_HAL_USE_ROM_MONITOR_PMON 398 //#define CYG_HAL_USE_ROM_MONITOR_PMON
399 399
400 #endif 400 #endif
401 401
402 /* --------------------------------------------------------------------- 402 /* ---------------------------------------------------------------------
403 * This option decides whether we are going to BE a ROM monitor. On
404 * some targets and platforms we provide a simple ROM monitor (the GDB
405 * STUBS monitor) by means of a simple configuration of the HAL and
406 * GDB stubs.
407 * This option has no CDL since it is only set by a special configuration
408 * permutation used for building a monitor.
409 */
410
411 #undef CYG_HAL_ROM_MONITOR
412
413 /* ---------------------------------------------------------------------
403 * 414 *
404 * The section below deals with some inferences about package/feature 415 * The section below deals with some inferences about package/feature
405 * presence that are not yet supported by the full external configuration 416 * presence that are not yet supported by the full external configuration
406 * tool; they are NOT user configuration, and you should NOT edit them. 417 * tool; they are NOT user configuration, and you should NOT edit them.
407 */ 418 */
431 #endif 442 #endif
432 #ifdef CYG_HAL_POWERPC_SIM 443 #ifdef CYG_HAL_POWERPC_SIM
433 # define CYG_HAL_POWERPC_MPC603 444 # define CYG_HAL_POWERPC_MPC603
434 #endif 445 #endif
435 446
447
436 #ifdef CYGPKG_HAL_MIPS 448 #ifdef CYGPKG_HAL_MIPS
437 #include CYGBLD_HAL_TARGET_H 449 #include CYGBLD_HAL_TARGET_H
438 #endif 450 #endif
439 451
440 /* -------------------------------------------------------------------*/ 452 /* -------------------------------------------------------------------*/