diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-12-23 15:57:58 +1100 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2012-01-04 22:39:06 +1100 |
commit | b156ff09aad5a54b5a47b940ebc26aeeae56ee07 (patch) | |
tree | 693bd05f98cb19262f9076d76a90a6b48d641942 /arch/x86/lib/Makefile | |
parent | 8e18e6e173d1649a623d04c3f71b1e1b03bf6919 (diff) | |
download | u-boot-imx-b156ff09aad5a54b5a47b940ebc26aeeae56ee07.zip u-boot-imx-b156ff09aad5a54b5a47b940ebc26aeeae56ee07.tar.gz u-boot-imx-b156ff09aad5a54b5a47b940ebc26aeeae56ee07.tar.bz2 |
x86: Move relocation code out of board.c
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r-- | arch/x86/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 7820895..57b6896 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -40,6 +40,7 @@ COBJS-$(CONFIG_SYS_GENERIC_TIMER) += pcat_timer.o COBJS-$(CONFIG_PCI) += pci.o COBJS-$(CONFIG_PCI) += pci_type1.o COBJS-$(CONFIG_SYS_X86_REALMODE) += realmode.o +COBJS-y += relocate.o COBJS-y += string.o COBJS-$(CONFIG_SYS_X86_ISR_TIMER) += timer.o COBJS-$(CONFIG_VIDEO) += video_bios.o |