summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-17 00:16:24 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-21 13:42:52 +0800
commit87077e97d1a72286871d03a6f06903245b9caacd (patch)
tree4dbc7062865ba6d8d6ef71c24c23a46d941113de /arch/x86/cpu/ivybridge/Makefile
parentdc5be508b065ff305cef451ac1aed7465603db02 (diff)
downloadblackbird-obmc-uboot-87077e97d1a72286871d03a6f06903245b9caacd.tar.gz
blackbird-obmc-uboot-87077e97d1a72286871d03a6f06903245b9caacd.zip
x86: ivybridge: bd82x6x: Support FSP enabled configuration
Wrap initialization codes with #ifndef CONFIG_HAVE_FSP #endif, and enable the build for both FSP and non-FSP configurations. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r--arch/x86/cpu/ivybridge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index d7332ffeed..9203219f31 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -7,7 +7,6 @@
ifdef CONFIG_HAVE_FSP
obj-y += fsp_configs.o ivybridge.o
else
-obj-y += bd82x6x.o
obj-y += car.o
obj-y += cpu.o
obj-y += early_me.o
@@ -21,3 +20,4 @@ obj-y += report_platform.o
obj-y += sata.o
obj-y += sdram.o
endif
+obj-y += bd82x6x.o
OpenPOWER on IntegriCloud