From 362ec23ed72f6fedb1cc78dc867727a75552d9e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Jan 2000 18:10:59 +0000 Subject: Patch rtems-rc-20000104-12.diff from Ralf Corsepius which converts the PowerPC BSPs to configuration and more automake. * Besides adding partial automake support, rsp converting all powerpc BSPs to make them compliant to the new configuration scheme, this patch attempts to fix several configuration bugs in powerpc related Makefiles. --- c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in') diff --git a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in index 30adcd57fc..f923bdce73 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/papyrus/wrapup/Makefile.in @@ -5,8 +5,8 @@ @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = ../../.. -subdir = powerpc/papyrus/wrapup +top_builddir = .. +subdir = wrapup RTEMS_ROOT = @RTEMS_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@ @@ -17,7 +17,7 @@ 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 = +CPU_PIECES = GENERIC_PIECES = # bummer; have to use $foreach since % pattern subst rules only replace 1x -- cgit v1.2.3