diff options
author | David Daney <david.daney@cavium.com> | 2012-04-19 17:59:57 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-04-19 18:06:56 -0400 |
commit | 1dbdc6f177c627ae462752c80a5c7f3b06a7f92a (patch) | |
tree | 935aacf3b5955d36adf87197738c798d8d4341b4 /init/Kconfig | |
parent | d219e2e86a407035303b987e4184ca0b1de53257 (diff) |
kbuild/extable: Hook up sortextable into the build system.
Define a config variable BUILDTIME_EXTABLE_SORT to control build time
sorting of the kernel's exception table.
Patch Makefile to do the sorting when BUILDTIME_EXTABLE_SORT is
selected.
Signed-off-by: David Daney <david.daney@cavium.com>
Link: http://lkml.kernel.org/r/1334872799-14589-4-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 6cfd71d06463..92a1296ba9fa 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -27,6 +27,9 @@ config IRQ_WORK | |||
27 | bool | 27 | bool |
28 | depends on HAVE_IRQ_WORK | 28 | depends on HAVE_IRQ_WORK |
29 | 29 | ||
30 | config BUILDTIME_EXTABLE_SORT | ||
31 | bool | ||
32 | |||
30 | menu "General setup" | 33 | menu "General setup" |
31 | 34 | ||
32 | config EXPERIMENTAL | 35 | config EXPERIMENTAL |