lwip: Make changes in the lwip mld file as part of clean up
Remove redundant or unnecessary information from the lwip mld. Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
4fae300b8b
commit
d61a568de4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ BEGIN LIBRARY lwip141
|
|||
|
||||
OPTION drc = lwip_drc;
|
||||
OPTION copyfiles = all;
|
||||
OPTION desc = "lwIP TCP/IP Stack library: lwIP v1.4.1, Xilinx adapter v2.2";
|
||||
OPTION desc = "lwIP TCP/IP Stack library: lwIP v1.4.1";
|
||||
OPTION app_linker_flags = "-Wl,--start-group,-lxil,-llwip4,-lgcc,-lc,--end-group";
|
||||
OPTION requires_os = (standalone xilkernel freertos_zynq);
|
||||
OPTION NAME = lwip141;
|
||||
|
|
Loading…
Add table
Reference in a new issue