zephyr/tests
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
..
application_development tests: Fix sanity_check 2018-10-10 09:21:55 -04:00
benchmarks Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
bluetooth shell: parsing output LF character 2018-10-10 10:45:28 +02:00
boards subsys/usb: Move to new logger subsystem 2018-10-08 12:54:57 -04:00
booting/stub cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
cmsis_rtos_v1 lib/cmsis_rtos_v1: Fix some Kconfig inconsistencies 2018-10-02 14:08:33 -07:00
compliance
crypto tests: crypto: use CONFIG_LOG 2018-10-08 17:49:12 -04:00
drivers Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
include shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
kernel Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
lib lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00
misc/test_build cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
net tests: net: arp: Add gratuitous ARP tests 2018-10-10 16:12:35 +03:00
posix tests: posix: enhance pthread test 2018-10-10 09:29:42 -04:00
power tracing: remove stray event_logger code 2018-09-05 16:05:08 -04:00
shell shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
subsys lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00
unit cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
ztest ztest: remove unused include of sys_log.h 2018-10-08 17:49:12 -04:00
CMakeLists.txt
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00