summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 22:04:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 22:04:22 +0000
commit28e7d7faed355e451cc8b0c037035dfcf873a965 (patch)
tree45cde8cd69057225747646a9ad80abba592ae710 /make/custom/default.cfg
parentAdded CVS Ids (diff)
downloadrtems-28e7d7faed355e451cc8b0c037035dfcf873a965.tar.bz2
Patches from Eric Norum
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 980b73cf5b..e96c1e21fa 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -60,13 +60,6 @@ endif
# Define this to yes if this target supports multiprocessor environments.
HAS_MP=no
-# Define this to yes if this target wants the KA9Q TCP/IP stack
-ifeq ($(RTEMS_HAS_KA9Q),yes)
-HAS_KA9Q=yes
-else
-HAS_KA9Q=no
-endif
-
# Define this to yes if this target wants the TCP/IP stack
ifeq ($(RTEMS_HAS_NETWORKING),yes)
HAS_NETWORKING=yes