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:
af80192
)
x86: Don't include the BIOS emulator in TPL
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Dec 2019 04:42:23 +0000
(21:42 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:18 +0000
(11:44 +0800)
We don't generally have enough space to run this, so don't build it into
TPL. This helps reduce the size of TPL.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/lib/Makefile
b/arch/x86/lib/Makefile
index ca0ca1066b04856a1d052aac4b03e67aeff5fd31..5cd4587480389e516dad418ae746ff37a50f08bb 100644
(file)
--- a/
arch/x86/lib/Makefile
+++ b/
arch/x86/lib/Makefile
@@
-4,9
+4,11
@@
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
ifndef CONFIG_X86_64
+ifndef CONFIG_TPL_BUILD
obj-y += bios.o
obj-y += bios_asm.o
obj-y += bios_interrupts.o
+endif
obj-y += string.o
endif
ifndef CONFIG_SPL_BUILD