diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-02-02 22:35:29 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-06 12:07:42 -0700 |
commit | ef46bea02b7f0d840d18c1a26db6aa9da8488868 (patch) | |
tree | 65015cef91740772fceb4973e3665e21333ec1ad /arch/x86/cpu/Makefile | |
parent | afee3fb8c807e1ac9713ecb31d895008e3b5251a (diff) | |
download | talos-obmc-uboot-ef46bea02b7f0d840d18c1a26db6aa9da8488868.tar.gz talos-obmc-uboot-ef46bea02b7f0d840d18c1a26db6aa9da8488868.zip |
x86: Enable the Intel quark/galileo build
Make the Intel quark/galileo support avaiable in Kconfig and Makefile.
With this patch, we can generate u-boot.rom for Intel galileo board.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/Makefile')
-rw-r--r-- | arch/x86/cpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/Makefile b/arch/x86/cpu/Makefile index 5acf8bb427..6ded0a7f0f 100644 --- a/arch/x86/cpu/Makefile +++ b/arch/x86/cpu/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_INTEL_BAYTRAIL) += baytrail/ obj-$(CONFIG_SYS_COREBOOT) += coreboot/ obj-$(CONFIG_NORTHBRIDGE_INTEL_SANDYBRIDGE) += ivybridge/ obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/ +obj-$(CONFIG_INTEL_QUARK) += quark/ obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/ obj-y += lapic.o obj-y += mtrr.o |