Changeset ad367a3a in rtems
- Timestamp:
- 02/14/04 04:51:32 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fd3c9faa
- Parents:
- 65bcccb
- Location:
- c/src/lib/libbsp/i386
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
r65bcccb rad367a3a 1 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Reflect changes to bsp.am. 4 1 5 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i386/pc386/Makefile.am
r65bcccb rad367a3a 66 66 console/defkeymap.c console/fb_vga.c console/keyboard.c \ 67 67 console/mouse_parser.c console/pc_keyb.c console/ps2_mouse.c \ 68 console/serial_mouse.c console/vgainit.c console/vt.c \ 69 console/videoAsm.S ../../i386/shared/comm/uart.c \ 70 ../../i386/shared/comm/tty_drv.c 68 console/serial_mouse.c console/vgainit.c console/vt.c console/videoAsm.S \ 69 ../../i386/shared/comm/uart.c ../../i386/shared/comm/tty_drv.c 71 70 console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 72 71 console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) … … 83 82 CLEANFILES += gdb.rel 84 83 gdb_rel_SOURCES = ../../i386/shared/comm/i386-stub.c \ 85 ../../i386/shared/comm/i386-stub-glue.c ../../i386/shared/comm/gdb_glue.c 84 ../../i386/shared/comm/i386-stub-glue.c \ 85 ../../i386/shared/comm/gdb_glue.c 86 86 gdb_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) 87 87 gdb_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) … … 340 340 341 341 CLEANFILES += $(PREINSTALL_FILES) 342 DISTCLEANFILES = $(PREINSTALL_DIRS)342 DISTCLEANFILES += $(PREINSTALL_DIRS) 343 343 CLEANFILES += $(TMPINSTALL_FILES) 344 344 -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r65bcccb rad367a3a 1 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Reflect changes to bsp.am. 4 1 5 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i386/ts_386ex/Makefile.am
r65bcccb rad367a3a 157 157 158 158 CLEANFILES += $(PREINSTALL_FILES) 159 DISTCLEANFILES = $(PREINSTALL_DIRS)159 DISTCLEANFILES += $(PREINSTALL_DIRS) 160 160 CLEANFILES += $(TMPINSTALL_FILES) 161 161
Note: See TracChangeset
for help on using the changeset viewer.