X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Flib%2FMakefile;h=55de788500b5e22a4934141d6b6e658edfb25478;hb=bceb9f0fc80c71b8b2a7371288199cdacca1bad9;hp=e146e646cdba11a58ed50fb3d5764586d9f1a52e;hpb=1739564e753bc3a8097f8937a3cbe738bdaaed5d;p=u-boot diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index e146e646cd..55de788500 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