commit | 1622e4f4b5087463be39b535d99a3f2a40160b31 | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@intel.com> | Thu Jan 07 14:21:22 2016 -0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:25:15 2016 -0500 |
tree | fb00152573b4eaac231e51e8bb93fc170507ca97 | |
parent | 772c85bed44910c5ae4de06da01f1e625d9c2d6d [diff] |
kbuild: Move CONFIG_STACK_CANARIES check This patch moves the CONFIG_STACK_CANARIES check from architecture's Makefile to the root Makefile since this option is kernel-related, not architecture-related. This way we avoid replicating the same CONFIG_STACK_CANARIES check in several Makefiles. This patch also removes some blank lines from the Makefiles it touches. Change-Id: I458f92fa6799526c608369d1e56579936bcb196e Signed-off-by: Andre Guedes <andre.guedes@intel.com>