Ignore:
Timestamp:
10/18/00 13:03:14 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3a410c5
Parents:
e3250b3
Message:

2000-10-18 Joel Sherrill <joel@…>

  • Makefile.am: Corrected condition CPU model selection so multilib'ing and bare BSP works.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/i960/Makefile.am

    re3250b3 r3b5dc96  
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 SUBDIRS = include @RTEMS_CPU_MODEL@
     8if i960ca
     9CPU_SUBDIR = i960ca
     10endif
     11
     12if i960ka
     13CPU_SUBDIR = i960ka
     14endif
     15
     16if i960rp
     17CPU_SUBDIR = i960rp
     18endif
     19
     20SUBDIRS = include $(CPU_SUBDIR)
    921
    1022include $(top_srcdir)/../../../../../automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.