diff options
Diffstat (limited to 'arch/x86/lib/Makefile')
| -rw-r--r-- | arch/x86/lib/Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 25b672a0c13..55de788500b 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 @@ -15,6 +18,7 @@ obj-$(CONFIG_SYS_PCAT_TIMER) += pcat_timer.o  obj-$(CONFIG_PCI) += pci_type1.o  obj-y	+= relocate.o  obj-y += physmem.o +obj-$(CONFIG_X86_RAMTEST) += ramtest.o  obj-y	+= string.o  obj-$(CONFIG_SYS_X86_TSC_TIMER)	+= tsc_timer.o  obj-$(CONFIG_VIDEO_VGA)	+= video.o | 
