summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-23 21:44:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-23 21:44:19 +0000
commitf5bd03cf5f28e66ffcaf0e57aed592ff48898f2d (patch)
treeb45635ae5436e1b75306c37fe3b37dc7844e0850 /c/Makefile.in
parentupdated to correct problem in decoding arguments provided to configure. (diff)
downloadrtems-f5bd03cf5f28e66ffcaf0e57aed592ff48898f2d.tar.bz2
KA9Q stack removed prior to testing for 4.0.0 public release.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 4d27199e5a..2892073027 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -27,15 +27,10 @@ export PROJECT_HOME
SUB_DIRS=build-tools src
-# We only make the ka9q install point 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 \