summaryrefslogtreecommitdiffstats
path: root/netlegacy.py
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-04-13 23:48:29 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-04-16 09:49:34 -0600
commitb157409f62c20d5034efe47e438223995077ebc3 (patch)
treeed7b1bb2c1bb2238856ce52cfb3700a52562de66 /netlegacy.py
parentnetlegacy: Use os.path instead of hardcoded Unix like path (diff)
downloadrtems-net-legacy-b157409f62c20d5034efe47e438223995077ebc3.tar.bz2
netlegacy: Remove telnetd build
Diffstat (limited to 'netlegacy.py')
-rw-r--r--netlegacy.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/netlegacy.py b/netlegacy.py
index 2936b8f..4dd9e96 100644
--- a/netlegacy.py
+++ b/netlegacy.py
@@ -31,8 +31,7 @@ import os
source_files = []
include_files = {}
-exclude_dirs = ['pppd', 'nfsclient', 'testsuites', 'librpc/include', 'bsps',
- 'telnetd']
+exclude_dirs = ['pppd', 'nfsclient', 'testsuites', os.path.join('librpc', 'include'), 'bsps']
exclude_headers = ['rtems-bsd-user-space.h', 'rtems-bsd-kernel-space.h']
for root, dirs, files in os.walk("."):
@@ -119,12 +118,6 @@ def build(bld):
use='networking',
source=pppd_source)
- bld.stlib(target='telnetd',
- features='c',
- includes=ip,
- use='networking',
- source=telnetd_source)
-
bld.stlib(target='nfs',
features='c',
includes=ip,