zephyr/subsys
Adithya Baglody 9fe378b7e7 Bluetooth: Mesh: Enforce proper compilation.
The current method relies heavily on the linker/compiler to
do the correct operation. Which is to eliminate the code that will
never get called. This posses a problem if the build even changes
by a smallest fraction.
The current patch will enforce proper inclusion of the code at the
pre-processing stage. Thereby not relying on the compiler/linker to
do the right thing.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-09-20 11:14:03 +03:00
..
app_memory coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
bluetooth Bluetooth: Mesh: Enforce proper compilation. 2018-09-20 11:14:03 +03:00
console
cpp
debug
dfu coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
disk
fs shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
logging logging: Add shell commands 2018-09-19 09:30:29 -04:00
mgmt shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
net shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
power
random
settings
shell shell: Add wildcard support 2018-09-19 09:30:29 -04:00
storage
usb coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
CMakeLists.txt shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
Kconfig