summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in5
1 files changed, 3 insertions, 2 deletions
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