Added conditional for KA9Q.

This commit is contained in:
Joel Sherrill
1997-08-01 20:58:10 +00:00
parent 1f581ec6c2
commit 30e3029a90

View File

@@ -10,6 +10,10 @@ VPATH=@srcdir@
include $(RTEMS_CUSTOM) include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg include $(PROJECT_ROOT)/make/directory.cfg
# We only build the KA9Q library if HAS_KA9Q was defined
LIBKA9Q_yes_V = libka9q
LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
# We only build the rtems++ library if HAS_CPLUSPLUS was defined # We only build the rtems++ library if HAS_CPLUSPLUS was defined
LIBRTEMSCPLUSPLUS_yes_V = librtems++ LIBRTEMSCPLUSPLUS_yes_V = librtems++
LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V) LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)