zephyr/kernel
Anas Nashif 1e825f9c0f remove redundant checking for CONFIG_STACK_CANARIES
The file is already guarded with

obj-$(CONFIG_STACK_CANARIES) += compiler_stack_protect.o

So no need to check for CONFIG_STACK_CANARIES again in the file itself.

Change-Id: I09cf274679a1678f02478fca799a3f6507e77211
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 18:48:45 +00:00
..
configs kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
microkernel logger: include task monitor in kernel event logger 2016-02-09 13:53:41 -05:00
nanokernel remove redundant checking for CONFIG_STACK_CANARIES 2016-02-11 18:48:45 +00:00
Kconfig idle: add infrastructure for tickless support in nanokernels 2016-02-05 20:25:13 -05:00
Makefile Kbuild: adapt Makefile/Kconfig to kernel/common/ removal 2016-02-05 20:14:06 -05:00