zephyr/tests/drivers
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
..
adc/adc_api drivers: adc: move to new logger 2018-10-08 17:49:12 -04:00
aio cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
aon_counter/aon_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
build_all DT: Rename from dts.fixup to dts_fixup.h 2018-10-08 11:38:56 -04:00
dma drivers: dma: move to new logger 2018-10-08 17:49:12 -04:00
entropy/api coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
gpio/gpio_basic_api dts: nrf5: Changed GPIO and GPIOTE define names 2018-08-17 07:29:14 -07:00
i2c Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
i2s driver: i2s: move to new logger 2018-10-10 10:22:01 -04:00
ipm cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pci_enum cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pinmux/pinmux_basic_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
pwm/pwm_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
rtc/rtc_basic_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
spi/spi_loopback Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
uart/uart_basic_api tests: uart: add extra config for native_posix 2018-09-27 17:24:34 +02:00
watchdog/wdt_basic_api tests: wdt_basic_api: rename noinit section 2018-10-09 08:23:41 -04:00