commit | 72ce2af4462ef9d57d53222eabd7eecc7dd9decb | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Feb 05 23:42:25 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:43 2015 -0700 |
tree | 93a005d115b6c8bab8466dd8ae37db083af5b1d4 | |
parent | 93b4a39b4f327ca0faa40ce4faf32a04c61877e9 [diff] |
x86: quark: Enable the Memory Reference Code build Turn on the Memory Reference code build in the quark Makefile. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile index 168c1e6..e87b424 100644 --- a/arch/x86/cpu/quark/Makefile +++ b/arch/x86/cpu/quark/Makefile
@@ -5,4 +5,5 @@ # obj-y += car.o dram.o msg_port.o quark.o +obj-y += mrc.o mrc_util.o hte.o smc.o obj-$(CONFIG_PCI) += pci.o