summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-12-23 04:57:58 (GMT)
committerGraeme Russ <graeme.russ@gmail.com>2012-01-04 11:39:06 (GMT)
commitb156ff09aad5a54b5a47b940ebc26aeeae56ee07 (patch)
tree693bd05f98cb19262f9076d76a90a6b48d641942 /arch/x86/lib/Makefile
parent8e18e6e173d1649a623d04c3f71b1e1b03bf6919 (diff)
downloadu-boot-b156ff09aad5a54b5a47b940ebc26aeeae56ee07.tar.xz
x86: Move relocation code out of board.c
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile1
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