Changeset 0162910 in rtems for c/src/lib/libcpu/sh/sh7032/timer


Ignore:
Timestamp:
12/14/98 23:15:38 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0c291bc
Parents:
1d9f198a
Message:

Patch from Ralf Corsepius <corsepiu@…> to rename all
.s files to .S in conformance with GNU conventions. This is a
minor step along the way to supporting automake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7032/timer/Makefile.in

    r1d9f198a r0162910  
    1818H_FILES=
    1919
    20 # Assembly source names, if any, go here -- minus the .s
     20# Assembly source names, if any, go here -- minus the .S
    2121S_PIECES=
    22 S_FILES=$(S_PIECES:%=%.s)
    23 S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o)
     22S_FILES=$(S_PIECES:%=%.S)
     23S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
    2424
    2525SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
Note: See TracChangeset for help on using the changeset viewer.