summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 18:53:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 18:53:02 +0000
commitaf84b9688739e4545f1a199191d28dcd692c3170 (patch)
tree603da97df3caa85ffddc8d55797123eb1d8d8710 /c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in
parentPatch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when the (diff)
downloadrtems-af84b9688739e4545f1a199191d28dcd692c3170.tar.bz2
Switched from picking up the .rel for each subdirectory in the
BSP (BSP_PIECES) to picking up the .o files. This should help reduce the minimum size of an application.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in
index baa6172e49..6f2154ae91 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.in
@@ -26,7 +26,7 @@ CPU_PIECES=
GENERIC_PIECES=
# bummer; have to use $foreach since % pattern subst rules only replace 1x
-OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
+OBJS=$(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
$(foreach piece, $(CPU_PIECES), \
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(GENERIC_PIECES), \