summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 14:39:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-20 14:39:09 +0000
commit0280cb66f5c53883c635562ce1b406de8edea988 (patch)
tree4000825007f96fdd3a8f37856cc5446e94de7423 /make/custom/default.cfg
parentFreeBSD stack compiles for the first time (except libc/strsep.c). (diff)
downloadrtems-0280cb66f5c53883c635562ce1b406de8edea988.tar.bz2
FreeBSD stack compiles for the first time (except libc/strsep.c)
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index f09b2f89e3..980b73cf5b 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -63,6 +63,15 @@ 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
+else
+HAS_NETWORKING=no
endif
# Define this to yes if this target wants the posix api