summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2022-10-27 16:21:33 -0500
committerJoel Sherrill <joel@rtems.org>2022-11-02 09:28:53 -0500
commit99e91917d962973018a672d8b60db6ab30b934e4 (patch)
tree18aef321c2a3b9313ede20c0e53a5f45736b9cc9
parentlwip.py: Use ant_glob instead of os.walk() (diff)
downloadrtems-lwip-99e91917d962973018a672d8b60db6ab30b934e4.tar.bz2
lwip.py: Remove redundant assignment
-rw-r--r--lwip.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lwip.py b/lwip.py
index c11ed1f..e6580eb 100644
--- a/lwip.py
+++ b/lwip.py
@@ -214,8 +214,6 @@ def build(bld):
lib=['rtemscpu', 'rtemsbsp', 'rtemstest', 'lwip'],
includes=' '.join(test_app_incl))
- arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTEMS_VERSION,
- bld.env.RTEMS_ARCH_BSP)
lib_path = os.path.join(bld.env.PREFIX, arch_lib_path)
bld.read_stlib('telnetd', paths=[lib_path])
bld.read_stlib('rtemstest', paths=[lib_path])