summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-15 03:56:32 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-25 13:38:57 (GMT)
commit0ca2426beae04189f094180748e72463f48a9270 (patch)
tree8b88dc2db6ee7bd0f79c3b37ae186a4b8a310912 /arch/x86/lib/Makefile
parent647f56e74e398f40891b9997ae06b9fdb776825e (diff)
downloadu-boot-0ca2426beae04189f094180748e72463f48a9270.tar.xz
x86: Add support for running option ROMs natively
On x86 machines we can use an emulator to run option ROMS as with other architectures. But with some additional effort (mostly due to the 16-bit nature of option ROMs) we can run them natively. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile
index e146e64..55de788 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: GPL-2.0+
#
+obj-y += bios.o
+obj-y += bios_asm.o
+obj-y += bios_interrupts.o
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += cmd_boot.o
obj-y += gcc.o