summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-27 23:39:29 +0000
commit1f0f3e3560205928f3f4b7249f090df9c752d767 (patch)
treef819fb78d15cbd70a3abab98b5bcf8417370ebdf /c/Makefile.in
parentchanged version number to 4.1.0. (diff)
downloadrtems-1f0f3e3560205928f3f4b7249f090df9c752d767.tar.bz2
added ka9q stack
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 2892073027..8bb19c7fc1 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -27,10 +27,15 @@ export PROJECT_HOME
SUB_DIRS=build-tools src
+# We only make the install point for the KA9Q header files if it is enabled.
+LIBKA9Q_yes_V = include/ka9q
+LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
+
# directories to be created in install point
CREATE_DIRS = include include/sys \
include/rtems include/rtems/score include/rtems/rtems include/rtems/posix \
include/netinet include/libc include/libc/sys \
+ $(LIBKA9Q) \
lib bin samples \
tests tests/screens tests/screens/sptests \
tests/screens/psxtests tests/screens/mptests \