Changeset a5f8ec56 in rtems for c/src/lib/libcpu/mips/shared/cache
- Timestamp:
- Jan 16, 2003, 2:51:44 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4855824
- Parents:
- e25801a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/shared/cache/Makefile.am
re25801a3 ra5f8ec56 7 7 8 8 C_FILES = cache.c cache_aligned_malloc.c cache_manager.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 11 include_libcpudir = $(includedir)/libcpu … … 14 14 include_libcpu_HEADERS = cache.h 15 15 16 OBJS = $(C_O_FILES)17 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg19 16 include $(top_srcdir)/../../../../../automake/compile.am 20 17 include $(top_srcdir)/../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.