mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
991cfffa7c
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>
4 lines
123 B
Makefile
4 lines
123 B
Makefile
obj-$(CONFIG_X86_MRST) += mrst.o
|
|
obj-$(CONFIG_X86_MRST) += vrtc.o
|
|
obj-$(CONFIG_EARLY_PRINTK_MRST) += early_printk_mrst.o
|