forked from Imagelibrary/rtems
Do not explicitly list pieces from libcpu used.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user