Changeset ac656f2d in rtems


Ignore:
Timestamp:
11/16/99 14:15:56 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
56e61bb8
Parents:
25f705e
Message:

Moved start code from lib/start to libbsp.

Location:
c/src/lib/libbsp/m68k
Files:
7 added
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/dmv152/Makefile.in

    r25f705e rac656f2d  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = include startup clock console spurious timer wrapup
     23SUB_DIRS = include start startup clock console spurious timer wrapup
    2424
    2525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/idp/Makefile.in

    r25f705e rac656f2d  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = include startup clock console timer wrapup
     23SUB_DIRS = include start startup clock console timer wrapup
    2424
    2525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/mvme136/Makefile.in

    r25f705e rac656f2d  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include startup clock console $(MP_SUPPORT) timer wrapup
     27SUB_DIRS = include start startup clock console $(MP_SUPPORT) timer wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/mvme147/Makefile.in

    r25f705e rac656f2d  
    2121# wrapup is the one that actually builds and installs the library
    2222#  from the individual .rel files built in other directories
    23 SUB_DIRS = include startup clock console timer wrapup
     23SUB_DIRS = include start startup clock console timer wrapup
    2424
    2525Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/mvme147s/Makefile.in

    r25f705e rac656f2d  
    2525# wrapup is the one that actually builds and installs the library
    2626#  from the individual .rel files built in other directories
    27 SUB_DIRS = include startup clock console timer $(MP_SUPPORT) wrapup
     27SUB_DIRS = include start startup clock console timer $(MP_SUPPORT) wrapup
    2828
    2929Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/mvme162/Makefile.in

    r25f705e rac656f2d  
    3333#
    3434# XXXX add tools
    35 SUB_DIRS = include startup clock console timer tod wrapup
     35SUB_DIRS = include start startup clock console timer tod wrapup
    3636
    3737Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/m68k/mvme167/Makefile.in

    r25f705e rac656f2d  
    2323# include subdir must be first, otherwise the header files will not
    2424#  be installed when the other files are compiled.
    25 SUB_DIRS = include clock console fatal startup timer wrapup
     25SUB_DIRS = include start startup clock console fatal timer wrapup
    2626
    2727Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.