Changeset e94666d in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
09/29/08 03:43:47 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
3427cdbf
Parents:
4ba8866
Message:

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
Location:
c/src/lib/libbsp/sh
Files:
10 edited

Legend:

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

    r4ba8866 re94666d  
     12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
     4        components.
     5
    162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh1/Makefile.am

    r4ba8866 re94666d  
    2929dist_project_lib_DATA += startup/linkcmds
    3030
     31noinst_LIBRARIES = libbsp.a
     32
    3133SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
    3234
     
    4648debugio_SOURCES = ../../shared/dummy_printk_support.c
    4749
    48 noinst_LIBRARIES = libbsp.a
    4950libbsp_a_SOURCES = $(startup_SOURCES) $(scitab_SOURCES) $(console_SOURCES) \
    5051    $(debugio_SOURCES)
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r4ba8866 re94666d  
     12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
     4        components.
     5
    162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh2/Makefile.am

    r4ba8866 re94666d  
    2929    startup/linkcmds.rom
    3030
     31noinst_LIBRARIES = libbsp.a
     32
    3133SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
    3234
     
    4648debugio_SOURCES = ../../shared/dummy_printk_support.c
    4749
    48 noinst_LIBRARIES = libbsp.a
    4950libbsp_a_SOURCES = $(startup_SOURCES) $(scitab_SOURCES) $(console_SOURCES) \
    5051    $(debugio_SOURCES)
  • c/src/lib/libbsp/sh/gensh4/ChangeLog

    r4ba8866 re94666d  
     12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
     4        components.
     5
    162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh4/Makefile.am

    r4ba8866 re94666d  
    3131    startup/linkcmds.rom2ram
    3232
     33noinst_LIBRARIES = libbsp.a
     34
    3335startup_SOURCES = ../../shared/bsplibc.c ../../shared/bsppost.c \
    3436    ../../shared/bsppredriverhook.c ../shared/bspstart.c \
     
    3941hw_init_SOURCES = hw_init/hw_init.c
    4042
    41 noinst_LIBRARIES = libbsp.a
    4243libbsp_a_SOURCES = $(startup_SOURCES) $(hw_init_SOURCES) $(console_SOURCES)
    4344
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r4ba8866 re94666d  
     12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
     4        components.
     5
    162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/shsim/Makefile.am

    r4ba8866 re94666d  
    2929dist_project_lib_DATA += startup/linkcmds startup/linkcmds.sim
    3030
     31noinst_LIBRARIES = libbsp.a
     32
    3133SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
    3234
     
    4749console_SOURCES = ../../shared/console-polled.c
    4850
    49 noinst_LIBRARIES = libbsp.a
    5051libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
    5152    $(scitab_SOURCES) $(trap34_SOURCES)
  • c/src/lib/libbsp/sh/simsh4/ChangeLog

    r4ba8866 re94666d  
     12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
     4        components.
     5
    162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/simsh4/Makefile.am

    r4ba8866 re94666d  
    3636    startup/linkcmds-le.coff
    3737
     38noinst_LIBRARIES = libbsp.a
     39
    3840startup_SOURCES = startup/hw_init.c ../../shared/bsplibc.c \
    3941    ../../shared/bsppost.c ../../shared/bsppredriverhook.c \
     
    4648timer_SOURCES = timer/timer.c
    4749
    48 noinst_LIBRARIES = libbsp.a
    4950libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
    5051    $(timer_SOURCES)
Note: See TracChangeset for help on using the changeset viewer.