]> git.baikalelectronics.ru Git - kernel.git/commit
x86: compile apm and voyager module only when selected in Kconfig
authorAndi Kleen <ak@suse.de>
Wed, 30 Jan 2008 12:32:49 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:49 +0000 (13:32 +0100)
commitfb97cf5de5fdd8bd73c35f12bf50a3ca9b4f8df0
tree8f9da2347cee05e03414889a2dc701e71b06dd77
parent36844defd6ffbaa4cd269319aae045ddf323a915
x86: compile apm and voyager module only when selected in Kconfig

Previously the complete files were #ifdef'ed, but now handle that in the
Makefile.

May save a minor bit of compilation time.

[ Stephen Rothwell <sfr@canb.auug.org.au>: build dependency fix ]
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig
arch/x86/boot/Makefile
arch/x86/boot/apm.c
arch/x86/boot/voyager.c