Changeset 89608ea7 in rtems for c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
- Timestamp:
- 01/20/04 03:03:00 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b04a2b3
- Parents:
- 1116601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
r1116601 r89608ea7 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 9 $(wildcard \ 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 11 $(wildcard \ 12 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 9 ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \ 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel 13 11 14 12 include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.