Patch from Thomas Doerfler <td@imd.m.isar.de> to include the

ppc403 interrupt control libcpu component.
This commit is contained in:
Joel Sherrill
1998-10-15 18:47:09 +00:00
parent 4cfdf32107
commit 39bc8fdfd8

View File

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