Ignore:
Timestamp:
05/27/99 18:53:02 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
803ce291
Parents:
11cdbeb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.in

    r11cdbeb raf84b968  
    2222
    2323# bummer; have to use $foreach since % pattern subst rules only replace 1x
    24 OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
     24OBJS=$(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
    2525     $(foreach piece, $(CPU_PIECES), \
    2626         ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(notdir $(piece)).rel) \
Note: See TracChangeset for help on using the changeset viewer.