summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/eth_comm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 15:36:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-03 15:36:18 +0000
commitb84176b49d6eba132b9c46f78f23cecdf5302360 (patch)
treebd4ba9ab333da11c9db6f2d241e97cb1ff1605c8 /c/src/lib/libbsp/powerpc/eth_comm
parentShare align_h.S from ppc403. VPATH was not picking it up. Discovered (diff)
downloadrtems-b84176b49d6eba132b9c46f78f23cecdf5302360.tar.bz2
Do not explicitly list pieces from libcpu used.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/eth_comm')
-rw-r--r--c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in
index 40ef8ed183..3f3ee8d796 100644
--- a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.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