Changeset 61a9008 in rtems


Ignore:
Timestamp:
12/04/03 07:54:59 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6d2cdbd1
Parents:
91a0c37
Message:

2003-12-02 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Remove S_FILES. Cosmetics.
Location:
c/src/lib/libbsp/or32/orp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/or32/orp/ChangeLog

    r91a0c37 r61a9008  
     12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * startup/Makefile.am: Remove S_FILES. Cosmetics.
     4
    152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/lib/libbsp/or32/orp/startup/Makefile.am

    r91a0c37 r61a9008  
    88
    99C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c main.c sbrk.c \
    10     gnatinstallhandler.c setvec.c 
     10    gnatinstallhandler.c setvec.c
    1111C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1212
    13 S_FILES =
    14 S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    15 
    16 OBJS = $(C_O_FILES) $(S_O_FILES)
     13OBJS = $(C_O_FILES)
    1714
    1815include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.