zephyr/samples/net/sockets
Ulf Magnusson 92ef8582b9 Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's
The $srctree environment variable gives the path relative to which
'(o)source' statements work (the current directory is used if $srctree
is unset). It is set to $ZEPHYR_BASE in cmake/kconfig.cmake, so there's
no need to qualify the source of Kconfig.zephyr in sample Kconfig files
(or in external projects).

All 'source's in Zephyr assume that the Zephyr root directory is used as
the srctree as well, and would break otherwise.

Remove the $(ZEPHYR_BASE)s to make it clearer that all 'source'
statements work relative to the Zephyr root. There was some user
confusion on IRC.

Also explain how things work in the documentation.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-10-10 11:28:27 -05:00
..
big_http_download samples: net: sockets: Convert to use new logging 2018-10-04 14:13:57 +03:00
dumb_http_server samples: net: sockets: Convert to use new logging 2018-10-04 14:13:57 +03:00
echo drivers: wifi: move to new logger 2018-10-10 10:22:01 -04:00
echo_async samples: net: sockets: Convert to use new logging 2018-10-04 14:13:57 +03:00
echo_client Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
echo_server Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
http_get samples: net: sockets: Convert to use new logging 2018-10-04 14:13:57 +03:00