Changeset a86443fb in rtems
- Timestamp:
- Oct 9, 1997, 6:33:46 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f00108f
- Parents:
- c3a0358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.in
rc3a0358 ra86443fb 9 9 10 10 BSP_PIECES=startup clock console timer 11 CPU_PIECES= 11 12 GENERIC_PIECES= 12 13 … … 14 15 OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ 15 16 $(wildcard ../consolex/$(ARCH)/consolex.rel) \ 17 $(foreach piece, $(CPU_PIECES), \ 18 ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) \ 19 $(wildcard \ 20 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) \ 16 21 $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel) 17 22 LIB=$(ARCH)/libbsp.a
Note: See TracChangeset
for help on using the changeset viewer.