Changeset 3b5dc96 in rtems for c/src/lib/libcpu/i960/Makefile.am
- Timestamp:
- 10/18/00 13:03:14 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3a410c5
- Parents:
- e3250b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i960/Makefile.am
re3250b3 r3b5dc96 6 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal 7 7 8 SUBDIRS = include @RTEMS_CPU_MODEL@ 8 if i960ca 9 CPU_SUBDIR = i960ca 10 endif 11 12 if i960ka 13 CPU_SUBDIR = i960ka 14 endif 15 16 if i960rp 17 CPU_SUBDIR = i960rp 18 endif 19 20 SUBDIRS = include $(CPU_SUBDIR) 9 21 10 22 include $(top_srcdir)/../../../../../automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.