Changeset 30e3029 in rtems for c/src/lib/Makefile.in


Ignore:
Timestamp:
08/01/97 20:58:10 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b2fed481
Parents:
1f581ec
Message:

Added conditional for KA9Q.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/Makefile.in

    r1f581ec r30e3029  
    1111include $(PROJECT_ROOT)/make/directory.cfg
    1212
     13# We only build the KA9Q library if HAS_KA9Q was defined
     14LIBKA9Q_yes_V = libka9q
     15LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
     16
    1317# We only build the rtems++ library if HAS_CPLUSPLUS was defined
    1418LIBRTEMSCPLUSPLUS_yes_V = librtems++
Note: See TracChangeset for help on using the changeset viewer.