Changeset 1b1d85b in rtems-lwip


Ignore:
Timestamp:
10/27/22 21:21:47 (7 months ago)
Author:
Kinsey Moore <kinsey.moore@…>
Branches:
master
Children:
bf02a3d
Parents:
99e9191
git-author:
Kinsey Moore <kinsey.moore@…> (10/27/22 21:21:47)
git-committer:
Joel Sherrill <joel@…> (11/02/22 14:28:53)
Message:

lwip.py: Remove redundant system includes

These includes are already provided in the build by the pkgconfig (.pc)
from the installed BSP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lwip.py

    r99e9191 r1b1d85b  
    167167    drv_obj_incl.extend(drv_incl)
    168168    drv_obj_incl.extend(common_includes)
    169     drv_obj_incl.append(os.path.relpath(
    170         os.path.join(bld.env.PREFIX, arch_lib_path, 'include')
    171     ))
    172169
    173170    bld(features='c',
     
    204201    test_app_incl.extend(common_includes)
    205202    test_app_incl.append('rtemslwip/test/')
    206     test_app_incl.append(
    207         os.path.relpath(os.path.join(arch_lib_path, 'include'))
    208     )
    209203    bld.program(features='c',
    210204                target='networking01.exe',
Note: See TracChangeset for help on using the changeset viewer.