Changeset df16c47a in rtems


Ignore:
Timestamp:
01/15/03 12:02:02 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
387df95
Parents:
9c8d2f00
Message:

2003-01-15 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • scitab/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.
  • trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Location:
c/src/lib/libbsp/sh/shsim
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r9c8d2f00 rdf16c47a  
     12003-01-15      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        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     6        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     7        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     8        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     9        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     10
    1112002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/lib/libbsp/sh/shsim/clock/Makefile.am

    r9c8d2f00 rdf16c47a  
    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/sh/shsim/console/Makefile.am

    r9c8d2f00 rdf16c47a  
    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/sh/shsim/gdbsci/Makefile.am

    r9c8d2f00 rdf16c47a  
    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/sh/shsim/scitab/Makefile.am

    r9c8d2f00 rdf16c47a  
    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/sh/shsim/start/Makefile.am

    r9c8d2f00 rdf16c47a  
    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/sh/shsim/startup/Makefile.am

    r9c8d2f00 rdf16c47a  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1716include $(top_srcdir)/../../../../../../automake/compile.am
    1817include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/sh/shsim/trap34/Makefile.am

    r9c8d2f00 rdf16c47a  
    1616OBJS = $(C_O_FILES) $(S_O_FILES)
    1717
    18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1918include $(top_srcdir)/../../../../../../automake/compile.am
    2019include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset for help on using the changeset viewer.