Changeset 17508d02 in rtems for c/src/lib/libbsp/c4x
- Timestamp:
- 07/26/00 19:26:28 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ca7858bb
- Parents:
- 6b4a11bf
- Location:
- c/src/lib/libbsp/c4x
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/c4x/c4xsim/console/Makefile.am
r6b4a11bf r17508d02 9 9 VPATH = @srcdir@:@srcdir@/../../../shared 10 10 11 C_FILES = console.c consolereserveresources.c debugio.c simio.c printk.c11 C_FILES = console.c consolereserveresources.c debugio.c simio.c 12 12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 13 13 -
c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am
r6b4a11bf r17508d02 13 13 $(INSTALL_DATA) $< $@ 14 14 15 $(PROJECT_INCLUDE)/bspIo.h: $(top_srcdir)/../../shared/include/bspIo.h16 $(INSTALL_DATA) $< $@17 18 15 $(PROJECT_INCLUDE)/coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h 19 16 $(INSTALL_DATA) $< $@ 20 17 21 18 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ 22 $(PROJECT_INCLUDE)/ bspIo.h $(PROJECT_INCLUDE)/coverhd.h19 $(PROJECT_INCLUDE)/coverhd.h 23 20 24 21 all-local: $(PREINSTALL_FILES) -
c/src/lib/libbsp/c4x/c4xsim/startup/bspstart.c
r6b4a11bf r17508d02 105 105 rtems_fatal_error_occurred( 0x43218765 ); 106 106 107 108 /*109 * Account for the console's resources110 */111 112 console_reserve_resources( &BSP_Configuration );113 114 /*115 * Add 1 extension for MPCI_fatal116 */117 118 if (BSP_Configuration.User_multiprocessing_table)119 BSP_Configuration.maximum_extensions++;120 121 122 107 BSP_output_char = C4X_BSP_output_char; 123 108 BSP_poll_char = (BSP_polling_getchar_function_type) NULL;
Note: See TracChangeset
for help on using the changeset viewer.