commit | a6b68076fd5d7de04e6847ed9d7d212e7dd6beb5 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 30 13:32:49 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:49 2008 +0100 |
tree | 8f9da2347cee05e03414889a2dc701e71b06dd77 | |
parent | 37f30e21d6be046e948fce1dfa4a968cf5abcf89 [diff] |
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>