Changeset d8b3f14 in rtems


Ignore:
Timestamp:
01/15/03 18:29:44 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e25801a3
Parents:
9abd9c8
Message:

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

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

Legend:

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

    r9abd9c8 rd8b3f14  
     12003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * clock/Makefile.am: Eliminate *_O_FILES.
     4        Don't include @RTEMS_BSP@.cfg.
     5        * timer/Makefile.am: Ditto.
     6
    172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libcpu/a29k/clock/Makefile.am

    r9abd9c8 rd8b3f14  
    77
    88C_FILES = ckinit.c
    9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
     9OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1010
    1111noinst_HEADERS = clock.h
    1212
    1313S_FILES = clock.S
    14 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
     14OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1515
    16 OBJS = $(C_O_FILES) $(S_O_FILES)
    17 
    18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1916include $(top_srcdir)/../../../../../automake/compile.am
    2017include $(top_srcdir)/../../../../../automake/lib.am
  • c/src/lib/libcpu/a29k/timer/Makefile.am

    r9abd9c8 rd8b3f14  
    99
    1010C_FILES = timer.c timerisr.c
    11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
     11OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1212
    13 OBJS = $(C_O_FILES)
    14 
    15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1613include $(top_srcdir)/../../../../../automake/compile.am
    1714include $(top_srcdir)/../../../../../automake/lib.am
Note: See TracChangeset for help on using the changeset viewer.