kbuild/extable: Hook up sortextable into the build system.
authorDavid Daney <david.daney@cavium.com>
Thu, 19 Apr 2012 21:59:57 +0000 (14:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Apr 2012 22:06:56 +0000 (15:06 -0700)
commit1dbdc6f177c627ae462752c80a5c7f3b06a7f92a
tree935aacf3b5955d36adf87197738c798d8d4341b4
parentd219e2e86a407035303b987e4184ca0b1de53257
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>
Makefile
init/Kconfig