diff options
author | Feng Tang <feng.tang@intel.com> | 2010-12-03 03:51:37 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-12-06 19:52:04 (GMT) |
commit | 991cfffa7c19aa648546aff666595af896e568ba (patch) | |
tree | 3b287269d05a67fb64412e8f71ae9875c6b04ee1 /arch/x86/platform/mrst/Makefile | |
parent | e4d2ebcab11b308b5b59073578efd33eccd55d46 (diff) | |
download | linux-991cfffa7c19aa648546aff666595af896e568ba.tar.xz |
x86, earlyprintk: Move mrst early console to platform/ and fix a typo
Move the code to arch/x86/platform/mrst/. Also fix a typo to use
the correct config option: ONFIG_EARLY_PRINTK_MRST
Signed-off-by: Feng Tang <feng.tang@intel.com>
Cc: alan@linux.intel.com
LKML-Reference: <1291348298-21263-1-git-send-email-feng.tang@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/platform/mrst/Makefile')
-rw-r--r-- | arch/x86/platform/mrst/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/mrst/Makefile b/arch/x86/platform/mrst/Makefile index 4d3e256..f61ccdd 100644 --- a/arch/x86/platform/mrst/Makefile +++ b/arch/x86/platform/mrst/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_X86_MRST) += mrst.o obj-$(CONFIG_X86_MRST) += vrtc.o +obj-$(CONFIG_EARLY_PRINTK_MRST) += early_printk_mrst.o |