projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f60ea0
)
x86: Compile irq.c for 64-bit
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 18 Jan 2017 11:32:54 +0000
(
03:32
-0800)
committer
Bin Meng
<bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:23:39 +0000
(13:23 +0800)
There is no reason not to compile irq.c for 64-bit.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/cpu/Makefile
b/arch/x86/cpu/Makefile
index 45f95ab0349cedffd4bbc91aacecd0e90cc7c8bc..92a9023b0b2f1369a82c817b5a83c2104eef54fb 100644
(file)
--- a/
arch/x86/cpu/Makefile
+++ b/
arch/x86/cpu/Makefile
@@
-35,8
+35,8
@@
obj-$(CONFIG_NORTHBRIDGE_INTEL_IVYBRIDGE) += ivybridge/
obj-$(CONFIG_INTEL_QUARK) += quark/
obj-$(CONFIG_INTEL_QUEENSBAY) += queensbay/
obj-y += lapic.o ioapic.o
-ifndef CONFIG_$(SPL_)X86_64
obj-y += irq.o
+ifndef CONFIG_$(SPL_)X86_64
obj-$(CONFIG_SMP) += mp_init.o
endif
obj-y += mtrr.o