Changeset b84176b in rtems


Ignore:
Timestamp:
01/03/00 15:36:18 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6b7cf9f
Parents:
32f19fb3
Message:

Do not explicitly list pieces from libcpu used.

Location:
c/src/lib/libbsp/powerpc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in

    r32f19fb3 rb84176b  
    2020BSP_PIECES = startup start canbus console $(NETWORKING_DRIVER)
    2121# pieces to pick up out of libcpu/ppc
    22 CPU_PIECES = mpc860/clock mpc860/timer mpc860/console-generic mpc860/vectors
     22# CPU_PIECES = mpc860/clock mpc860/timer mpc860/console-generic mpc860/vectors
     23CPU_PIECES =
    2324GENERIC_PIECES =
    2425
  • c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in

    r32f19fb3 rb84176b  
    1616BSP_PIECES = startup dlentry flashentry
    1717# pieces to pick up out of libcpu/ppc
    18 CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
    19     ppc403/ictrl
     18# CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
     19#     ppc403/ictrl
     20CPU_PIECES =
    2021GENERIC_PIECES =
    2122
  • c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in

    r32f19fb3 rb84176b  
    1616BSP_PIECES = startup dlentry flashentry
    1717# pieces to pick up out of libcpu/ppc
    18 CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
    19     ppc403/ictrl
     18# CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
     19#     ppc403/ictrl
     20CPU_PIECES =
    2021GENERIC_PIECES =
    2122
Note: See TracChangeset for help on using the changeset viewer.