Changeset c89c490 in rtems


Ignore:
Timestamp:
12/20/02 10:05:00 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6cd1c001
Parents:
5a5aa230
Message:

2002-12-20 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Location:
c/src/lib/libbsp/m68k/mrm332
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mrm332/ChangeLog

    r5a5aa230 rc89c490  
     12002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     5        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     6        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     7        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     8        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     9
    1102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libbsp/m68k/mrm332/clock/Makefile.am

    r5a5aa230 rc89c490  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/m68k/mrm332/console/Makefile.am

    r5a5aa230 rc89c490  
    1313OBJS = $(C_O_FILES)
    1414
    15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1615include $(top_srcdir)/../../../../../../automake/compile.am
    1716include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/m68k/mrm332/spurious/Makefile.am

    r5a5aa230 rc89c490  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/m68k/mrm332/start/Makefile.am

    r5a5aa230 rc89c490  
    88OBJS = $(S_O_FILES)
    99
    10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1110include $(top_srcdir)/../../../../../../automake/compile.am
    1211include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/m68k/mrm332/startup/Makefile.am

    r5a5aa230 rc89c490  
    1717OBJS = $(C_O_FILES) $(S_O_FILES)
    1818
    19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    2019include $(top_srcdir)/../../../../../../automake/compile.am
    2120include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/m68k/mrm332/timer/Makefile.am

    r5a5aa230 rc89c490  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset for help on using the changeset viewer.