Do not explicitly list pieces from libcpu used.

This commit is contained in:
Joel Sherrill
2000-01-03 15:36:18 +00:00
parent 32f19fb3ae
commit b84176b49d
3 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,8 @@ NETWORKING_DRIVER = $(NETWORKING_DRIVER_$(HAS_NETWORKING)_V)
BSP_PIECES = startup start canbus console $(NETWORKING_DRIVER)
# pieces to pick up out of libcpu/ppc
CPU_PIECES = mpc860/clock mpc860/timer mpc860/console-generic mpc860/vectors
# CPU_PIECES = mpc860/clock mpc860/timer mpc860/console-generic mpc860/vectors
CPU_PIECES =
GENERIC_PIECES =
# bummer; have to use $foreach since % pattern subst rules only replace 1x

View File

@@ -15,8 +15,9 @@ VPATH = @srcdir@
BSP_PIECES = startup dlentry flashentry
# pieces to pick up out of libcpu/ppc
CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
ppc403/ictrl
# CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
# ppc403/ictrl
CPU_PIECES =
GENERIC_PIECES =
# bummer; have to use $foreach since % pattern subst rules only replace 1x

View File

@@ -15,8 +15,9 @@ VPATH = @srcdir@
BSP_PIECES = startup dlentry flashentry
# pieces to pick up out of libcpu/ppc
CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
ppc403/ictrl
# CPU_PIECES = ppc403/clock ppc403/timer ppc403/console ppc403/vectors \
# ppc403/ictrl
CPU_PIECES =
GENERIC_PIECES =
# bummer; have to use $foreach since % pattern subst rules only replace 1x