Changeset 1b1d85b in rtems-lwip
- Timestamp:
- 10/27/22 21:21:47 (7 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lwip.py
r99e9191 r1b1d85b 167 167 drv_obj_incl.extend(drv_incl) 168 168 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 ))172 169 173 170 bld(features='c', … … 204 201 test_app_incl.extend(common_includes) 205 202 test_app_incl.append('rtemslwip/test/') 206 test_app_incl.append(207 os.path.relpath(os.path.join(arch_lib_path, 'include'))208 )209 203 bld.program(features='c', 210 204 target='networking01.exe',
Note: See TracChangeset
for help on using the changeset viewer.