X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Flib%2FMakefile;h=73262d7263d23a7ee4abda306e86f8a91e579d8e;hb=41702bac01c585cc11fa5dd1f38dea1e5a7c642d;hp=e146e646cdba11a58ed50fb3d5764586d9f1a52e;hpb=dee332ffb735f65ab922118791a583c17bb0b795;p=u-boot diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index e146e646cd..73262d7263 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -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