]> rtime.felk.cvut.cz Git - rtems-devel.git/commit
RTEMS OMK template recurses to lwip directory if exists.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 7 Nov 2015 11:03:14 +0000 (12:03 +0100)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 7 Nov 2015 11:03:14 +0000 (12:03 +0100)
commit85291615c6672c4727d5274349684cc00ef474b6
treed0bb748465cbe597b505338f3bf0859e2fe96f14
parentea567206a4d8835cc650f9ba4f94fd430da8ba1f
RTEMS OMK template recurses to lwip directory if exists.

Actual LwIP library for RTEMS build is enabled by options

  CONFIG_LWIP_LIB=y
  CONFIG_LWIP_OS_PORT=rtems

and compiled drivers has to be selected by another
option, i.e.

  CONFIG_LWIP_DEVICE_DRIVERS = tms570_emac

See

  omk-template/config/config.tms570-lwip

for more exhaustive list of LwIP options accepted
by OMK LwIP build.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
rtems-omk-template/Makefile.omk
rtems-omk-template/applwiptest/Makefile.omk