summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-11-14 14:47:18 +0000
committerGraeme Russ <graeme.russ@gmail.com>2011-11-29 21:31:17 +1100
commitdbaef6ef33912a863f9fb550857028fb96e42c59 (patch)
tree255343e0720426f7e7cbbb678bc93af506aff74c /arch/x86/lib/Makefile
parent60a9b6bfddbe1e3ae280fe5422ccd283bc31a591 (diff)
downloadblackbird-obmc-uboot-dbaef6ef33912a863f9fb550857028fb96e42c59.tar.gz
blackbird-obmc-uboot-dbaef6ef33912a863f9fb550857028fb96e42c59.zip
x86: Import the glibc memset implementation
The new implementation is about twice as fast as the old. This is from glibc-2.14, sysdeps/i386/memset.c. Signed-off-by: Gabe Black <gabeblack@chromium.org>
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 eb5fa10398..90f328333c 100644
--- a/arch/x86/lib/Makefile
+++ b/arch/x86/lib/Makefile
@@ -38,6 +38,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 += string.o
COBJS-$(CONFIG_SYS_X86_ISR_TIMER) += timer.o
COBJS-$(CONFIG_VIDEO) += video_bios.o
COBJS-$(CONFIG_VIDEO) += video.o
OpenPOWER on IntegriCloud