zephyr/samples/net
Ulf Magnusson 7e0af9e0b8 kconfig: Remove redundant $ZEPHYR_BASE from 'source's
The $srctree environment variable is already set to point to the Zephyr
root, so no need to do

    source "$(ZEPHYR_BASE)/Kconfig.zephyr"

in samples. Just

    source "Kconfig.zephyr"

works.

(Things would break if $srctree was set to anything else, because every
'source' in the Kconfig files will be relative to it.)

Also add a 'mainmenu' title to the littlefs sample. It shows up at the
top of menuconfig/guiconfig. Source Kconfig.zephyr instead of Kconfig to
avoid overriding it.

As a sidenote, $(FOO) is better $FOO in Kconfig. $FOO is legacy syntax
that Kconfiglib only supports to be compatible with old Linux kernels.
$(FOO) uses the Kconfig preprocessor.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-06 09:48:53 -05:00
..
cloud kconfig: Fix some formatting nits 2019-12-21 10:30:02 -05:00
common
dhcpv4_client
dns_resolve global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
eth_native_posix
gptp
ipv4_autoconf
lldp
lwm2m_client
mdns_responder
mqtt_publisher
nats
promiscuous_mode
sockets samples: sockets: big_http_download: Increase stack size. 2020-01-04 09:19:16 -05:00
stats
syslog_net
telnet
updatehub kconfig: Remove redundant $ZEPHYR_BASE from 'source's 2020-01-06 09:48:53 -05:00
vlan
wifi
wpan_serial samples: wpan_serial: Allow to build for more boards 2019-12-20 23:02:42 -05:00
wpanusb samples: wpanusb: Allow to build for general boards also 2019-12-20 23:02:42 -05:00
zperf
net.rst