summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:53:09 +0000
commit49da88cc99ffe632fa4708d420118b6d4b837b71 (patch)
treefd2f485451ed84504eede5f02632a79a572fd667 /c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in
parentReadding Makefile.in's accidentally removed. (diff)
downloadrtems-49da88cc99ffe632fa4708d420118b6d4b837b71.tar.bz2
Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
* the PACKHEX etc problem * prevents the *.rels being removed inside the build-tree * a typo which only shows for when MP is activated * Alters some custom/*cfg files
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in
index 15f3d8ddfa..8a43068b83 100644
--- a/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in
@@ -20,10 +20,12 @@ NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
BSP_PIECES = clock console irq openpic pci residual startup $(NETWORK) \
vectors
GENERIC_PIECES =
+CPU_PIECES = clock
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.o) $(foreach \
- piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/*.o)
+ piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/*.o) $(foreach
+ piece, $(CPU_PIECES), ../../../../libcpu/powerpc/mpc750/$(piece)/$(ARCH)/*.o)
LIB = $(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg