x86: add a Kconfig symbol for when relocations are needed
authorH. Peter Anvin <hpa@zytor.com>
Wed, 6 May 2009 04:20:51 +0000 (21:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 9 May 2009 00:16:22 +0000 (17:16 -0700)
commit845adf7266a7ba6970bf982ffd96abc60d2018ab
treed27c42ba2b3b58dffcc0bfd8c3bf2ad7c161746b
parentd3dd3b5a29bb9582957451531fed461628dfc834
x86: add a Kconfig symbol for when relocations are needed

We only need to build relocations when we are building a 32-bit
relocatable kernel.  Rather than unnecessarily complicating the
Makefiles, make an explicit Kbuild symbol for this.

[ Impact: permits future cleanup ]

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
arch/x86/Kconfig