Mercurial > ecos
comparison packages/hal/common/current/include/pkgconf/hal.h @ 68:f74b2666b30d ecos-sw-2000-02-04
Merge from eCos master repository on 2000-02-04-07:47:04-GMT
| author | jlarmour |
|---|---|
| date | Fri, 04 Feb 2000 15:01:01 +0000 |
| parents | bf00f99aec69 |
| children | c5536bad4c24 |
comparison
equal
deleted
inserted
replaced
| 67:34eb8438750d | 68:f74b2666b30d |
|---|---|
| 497 * CYG_HAL_<TARGET> and CYG_HAL_<TARGET>_<PLATFORM> are generated by | 497 * CYG_HAL_<TARGET> and CYG_HAL_<TARGET>_<PLATFORM> are generated by |
| 498 * pkgconf, using the information from the targets file. | 498 * pkgconf, using the information from the targets file. |
| 499 * | 499 * |
| 500 * NOTE: Currently the code also needs these #defines. | 500 * NOTE: Currently the code also needs these #defines. |
| 501 */ | 501 */ |
| 502 #ifdef CYG_HAL_POWERPC_COGENT | 502 #ifdef CYGPKG_HAL_POWERPC_COGENT |
| 503 # define CYG_HAL_POWERPC_MPC8xx | 503 # define CYGPKG_HAL_POWERPC_MPC8xx |
| 504 # define CYG_HAL_POWERPC_MPC860 | 504 # define CYGPKG_HAL_POWERPC_MPC860 |
| 505 # undef CYG_HAL_POWERPC_MPC850 | 505 # undef CYGPKG_HAL_POWERPC_MPC850 |
| 506 # undef CYG_HAL_POWERPC_MPC823 | 506 # undef CYGPKG_HAL_POWERPC_MPC823 |
| 507 #endif | 507 #endif |
| 508 #ifdef CYG_HAL_POWERPC_FADS | 508 #ifdef CYGPKG_HAL_POWERPC_FADS |
| 509 # define CYG_HAL_POWERPC_MPC8xx | 509 # define CYGPKG_HAL_POWERPC_MPC8xx |
| 510 # define CYG_HAL_POWERPC_MPC860 | 510 # define CYGPKG_HAL_POWERPC_MPC860 |
| 511 #endif | 511 #endif |
| 512 #ifdef CYG_HAL_POWERPC_MBX | 512 #ifdef CYGPKG_HAL_POWERPC_MBX |
| 513 # define CYG_HAL_POWERPC_MPC8xx | 513 # define CYGPKG_HAL_POWERPC_MPC8xx |
| 514 # define CYG_HAL_POWERPC_MPC860 | 514 # define CYGPKG_HAL_POWERPC_MPC860 |
| 515 # define CYG_HAL_POWERPC_COPY_VECTORS | 515 # define CYGSEM_HAL_POWERPC_COPY_VECTORS |
| 516 #endif | 516 #endif |
| 517 #ifdef CYG_HAL_POWERPC_SIM | 517 #ifdef CYGPKG_HAL_POWERPC_SIM |
| 518 # define CYG_HAL_POWERPC_MPC603 | 518 # define CYGPKG_HAL_POWERPC_MPC603 |
| 519 #endif | 519 #endif |
| 520 | 520 |
| 521 #include CYGBLD_HAL_TARGET_H | 521 #include CYGBLD_HAL_TARGET_H |
| 522 #include CYGBLD_HAL_PLATFORM_H | 522 #include CYGBLD_HAL_PLATFORM_H |
| 523 | 523 |
