diff options
Diffstat (limited to 'arch/i386/lib/Makefile')
-rw-r--r-- | arch/i386/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 30e9a207c..abafc528d 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -7,7 +7,8 @@ L_TARGET = lib.a L_OBJS = checksum.o old-checksum.o delay.o \ - usercopy.o getuser.o putuser.o iodebug.o + usercopy.o getuser.o putuser.o iodebug.o \ + memcpy.o ifdef CONFIG_X86_USE_3DNOW L_OBJS += mmx.o |