diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-02-05 23:42:25 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-06 12:07:43 -0700 |
commit | 236b711e89b529758ab474660b936140dbab3842 (patch) | |
tree | 93a005d115b6c8bab8466dd8ae37db083af5b1d4 /arch/x86 | |
parent | b829f12afa768633502a546f678441391c1d76e4 (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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/cpu/quark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile index 168c1e6c3ac..e87b4248e69 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 |