summaryrefslogtreecommitdiffstats
path: root/config/rtems-bsps.ini
diff options
context:
space:
mode:
Diffstat (limited to 'config/rtems-bsps.ini')
-rw-r--r--config/rtems-bsps.ini11
1 files changed, 1 insertions, 10 deletions
diff --git a/config/rtems-bsps.ini b/config/rtems-bsps.ini
index d5de667..5be9cba 100644
--- a/config/rtems-bsps.ini
+++ b/config/rtems-bsps.ini
@@ -129,9 +129,7 @@ no-tests = config:base
# The all build.
#
all = debug, profiling, smp, smp-debug,
- posix, no-posix, posix-debug, posix-profiling,
- network, no-network, network-debug,
- smp-network, smp-network-debug
+ posix, no-posix, posix-debug, posix-profiling
#
# The options for each varations.
#
@@ -143,11 +141,6 @@ posix = config:base, config:posix
no-posix = config:base, config:no-posix
posix-debug = config:base, config:posix, config:debug
posix-profiling = config:base, config:posix, config:profiling
-network = config:base, config:network
-no-network = config:base, config:no-network
-network-debug = config:base, config:network, config:debug
-smp-network = config:base, config:smp, config:network
-smp-network-debug = config:base, config:smp, config:network, config:debug
#
# The config section holds the configuration options used in the builds.
@@ -174,5 +167,3 @@ smp = RTEMS_SMP=True
no-smp = RTEMS_SMP=False
posix = RTEMS_POSIX_API=True
no-posix = RTEMS_POSIX_API=False
-network = RTEMS_NETWORKING=True
-no-network = RTEMS_NETWORKING=False