Changeset e25801a3 in rtems


Ignore:
Timestamp:
01/16/03 02:44:26 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a5f8ec56
Parents:
d8b3f14
Message:

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

  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Ditto.
Location:
c/src/lib/libcpu/mips64orion
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/mips64orion/ChangeLog

    rd8b3f14 re25801a3  
     12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
     4        * timer/Makefile.am: Ditto.
     5
    162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libcpu/mips64orion/clock/Makefile.am

    rd8b3f14 re25801a3  
    1414clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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/libcpu/mips64orion/timer/Makefile.am

    rd8b3f14 re25801a3  
    1212timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1313
    14 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1514include $(top_srcdir)/../../../../../automake/compile.am
    1615include $(top_srcdir)/../../../../../automake/lib.am
Note: See TracChangeset for help on using the changeset viewer.