Changeset 5b53d97 in rtems for c/src/lib/libcpu/mips/Makefile.am
- Timestamp:
- Oct 24, 2000, 9:52:19 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 509f8351
- Parents:
- 86748ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/Makefile.am
r86748ff r5b53d97 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = clock timer 8 SHARED_LIB = 9 10 if r46xx 11 CPU_SUBDIR = clock timer 12 endif 13 14 SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) 15 9 16 10 17 include $(top_srcdir)/../../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.