]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/Makefile
x86: Rename coreboot-serial to x86-serial
[u-boot] / arch / x86 / lib / Makefile
index e146e646cdba11a58ed50fb3d5764586d9f1a52e..73262d7263d23a7ee4abda306e86f8a91e579d8e 100644 (file)
@@ -5,8 +5,12 @@
 # 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-$(CONFIG_HAVE_FSP) += cmd_hob.o
 obj-y  += gcc.o
 obj-y  += init_helpers.o
 obj-y  += interrupts.o