Changeset dee8a51 in rtems
- Timestamp:
- 11/01/99 21:34:04 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f59df6b2
- Parents:
- 43f7a90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/wrapup/Makefile.in
r43f7a90 rdee8a51 15 15 16 16 GENERIC_PIECES = shared 17 CPU_PIECES = $(RTEMS_CPU_MODEL)18 17 19 18 # Use two variables so that I can make two ar command. 20 19 # So far FAMILY_OBJ is empty and ar dislike it... 21 CPU_SPECIFIC_OBJS = $(foreach piece, $(CPU_PIECES), \ 22 ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o) 23 FAMILY_OBJS = $(foreach piece, $(GENERIC_PIECES), ../shared/*/$(ARCH)/*.o) 20 CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o) 21 FAMILY_OBJS = $(wildcard ../shared/*/$(ARCH)/*.o) 24 22 25 23 LIB = $(ARCH)/libcpu.a
Note: See TracChangeset
for help on using the changeset viewer.