From b84176b49d6eba132b9c46f78f23cecdf5302360 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jan 2000 15:36:18 +0000 Subject: Do not explicitly list pieces from libcpu used. --- c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in index 870076a75a..2145e07463 100644 --- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in @@ -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 -- cgit v1.2.3