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:
10d569e
)
x86: Compile coreboot_table.c only for SeaBIOS
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 11 May 2016 14:44:58 +0000
(07:44 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000
(15:18 +0800)
coreboot_table.c only needs to be built when SeaBIOS is used.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/lib/Makefile
b/arch/x86/lib/Makefile
index ce5eb8202b4895810b7f57b78dfbbad119671910..e17f0bb0f2b51c15fcfcc1b5941a6eed67335601 100644
(file)
--- a/
arch/x86/lib/Makefile
+++ b/
arch/x86/lib/Makefile
@@
-10,7
+10,7
@@
obj-y += bios_asm.o
obj-y += bios_interrupts.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cmd_boot.o
-obj-
y
+= coreboot_table.o
+obj-
$(CONFIG_SEABIOS)
+= coreboot_table.o
obj-$(CONFIG_EFI) += efi/
obj-y += e820.o
obj-y += gcc.o