Changeset ad367a3a in rtems


Ignore:
Timestamp:
02/14/04 04:51:32 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fd3c9faa
Parents:
65bcccb
Message:

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
Location:
c/src/lib/libbsp/i386
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/ChangeLog

    r65bcccb rad367a3a  
     12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect changes to bsp.am.
     4
    152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/i386/pc386/Makefile.am

    r65bcccb rad367a3a  
    6666    console/defkeymap.c console/fb_vga.c console/keyboard.c \
    6767    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
    7170console_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
    7271console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
     
    8382CLEANFILES += gdb.rel
    8483gdb_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
    8686gdb_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
    8787gdb_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
     
    340340
    341341CLEANFILES += $(PREINSTALL_FILES)
    342 DISTCLEANFILES = $(PREINSTALL_DIRS)
     342DISTCLEANFILES += $(PREINSTALL_DIRS)
    343343CLEANFILES += $(TMPINSTALL_FILES)
    344344
  • c/src/lib/libbsp/i386/ts_386ex/ChangeLog

    r65bcccb rad367a3a  
     12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Reflect changes to bsp.am.
     4
    152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/i386/ts_386ex/Makefile.am

    r65bcccb rad367a3a  
    157157
    158158CLEANFILES += $(PREINSTALL_FILES)
    159 DISTCLEANFILES = $(PREINSTALL_DIRS)
     159DISTCLEANFILES += $(PREINSTALL_DIRS)
    160160CLEANFILES += $(TMPINSTALL_FILES)
    161161
Note: See TracChangeset for help on using the changeset viewer.